public class DefaultNameMapper extends Object implements NameMapper
A default implementation of the name mapper. This mapper simply returns the unmodified type name.
For example, PropertyName would be converted to PropertyName.
| Constructor and Description |
|---|
DefaultNameMapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
mapTypeToElementName(String typeName)
This implementation returns the parameter passed in without modification.
|
public String mapTypeToElementName(String typeName)
mapTypeToElementName in interface NameMappertypeName - the string to convert