|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.betwixt.strategy.DefaultNameMapper
A default implementation of the name mapper. This mapper simply returns the unmodified type name.
For example, PropertyName
would be converted to PropertyName
.
Constructor Summary | |
---|---|
DefaultNameMapper()
|
Method Summary | |
---|---|
java.lang.String |
mapTypeToElementName(java.lang.String typeName)
This implementation returns the parameter passed in without modification. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultNameMapper()
Method Detail |
public java.lang.String mapTypeToElementName(java.lang.String typeName)
mapTypeToElementName
in interface NameMapper
typeName
- the string to convert
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |