Class DefaultTypeNameProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String nameFor​(java.lang.Class<?> type)
      Given a class name provides a name for it
      boolean supports​(DocumentationType delimiter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultTypeNameProvider

        public DefaultTypeNameProvider()
    • Method Detail

      • nameFor

        public java.lang.String nameFor​(java.lang.Class<?> type)
        Description copied from interface: TypeNameProviderPlugin
        Given a class name provides a name for it
        Specified by:
        nameFor in interface TypeNameProviderPlugin
        Parameters:
        type - - class to provide name for
        Returns:
        name