@Component
@Order(value=-2147482648)
public class ApiModelTypeNameProvider
extends springfox.documentation.schema.DefaultTypeNameProvider
| Constructor and Description |
|---|
ApiModelTypeNameProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
nameFor(java.lang.Class<?> type) |
boolean |
supports(springfox.documentation.spi.DocumentationType delimiter) |
public java.lang.String nameFor(java.lang.Class<?> type)
nameFor in interface springfox.documentation.spi.schema.TypeNameProviderPluginnameFor in class springfox.documentation.schema.DefaultTypeNameProviderpublic boolean supports(springfox.documentation.spi.DocumentationType delimiter)
supports in interface org.springframework.plugin.core.Plugin<springfox.documentation.spi.DocumentationType>supports in class springfox.documentation.schema.DefaultTypeNameProvider