Class ApiModelTypeNameProvider

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

    @Component
    @Order(-2147482648)
    public class ApiModelTypeNameProvider
    extends springfox.documentation.schema.DefaultTypeNameProvider
    • 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

      • ApiModelTypeNameProvider

        public ApiModelTypeNameProvider()
    • Method Detail

      • nameFor

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

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