Class DefaultTypeNameProvider

  • All Implemented Interfaces:
    org.springframework.plugin.core.Plugin<springfox.documentation.spi.DocumentationType>, springfox.documentation.spi.schema.TypeNameProviderPlugin

    public class DefaultTypeNameProvider
    extends java.lang.Object
    implements springfox.documentation.spi.schema.TypeNameProviderPlugin
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String nameFor​(java.lang.Class<?> type)  
      boolean supports​(springfox.documentation.spi.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

      • supports

        public boolean supports​(springfox.documentation.spi.DocumentationType delimiter)
        Specified by:
        supports in interface org.springframework.plugin.core.Plugin<springfox.documentation.spi.DocumentationType>
      • nameFor

        public java.lang.String nameFor​(java.lang.Class<?> type)
        Specified by:
        nameFor in interface springfox.documentation.spi.schema.TypeNameProviderPlugin