public class DefaultTypeNameProvider extends java.lang.Object implements TypeNameProviderPlugin
Constructor and Description |
---|
DefaultTypeNameProvider() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
nameFor(java.lang.Class<?> type)
Given a class name provides a name for it
|
boolean |
supports(DocumentationType delimiter) |
public boolean supports(DocumentationType delimiter)
supports
in interface org.springframework.plugin.core.Plugin<DocumentationType>
public java.lang.String nameFor(java.lang.Class<?> type)
TypeNameProviderPlugin
nameFor
in interface TypeNameProviderPlugin
type
- - class to provide name for