public class DefaultTypeNameProvider
extends java.lang.Object
implements springfox.documentation.spi.schema.TypeNameProviderPlugin
| Constructor and Description |
|---|
DefaultTypeNameProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
nameFor(java.lang.Class<?> type) |
boolean |
supports(springfox.documentation.spi.DocumentationType delimiter) |
public boolean supports(springfox.documentation.spi.DocumentationType delimiter)
supports in interface org.springframework.plugin.core.Plugin<springfox.documentation.spi.DocumentationType>public java.lang.String nameFor(java.lang.Class<?> type)
nameFor in interface springfox.documentation.spi.schema.TypeNameProviderPlugin