org.apache.commons.betwixt.strategy
Class DefaultNameMapper.PlainMapper

java.lang.Object
  extended byorg.apache.commons.betwixt.strategy.DefaultNameMapper.PlainMapper
All Implemented Interfaces:
NameMapper
Enclosing class:
DefaultNameMapper

private static final class DefaultNameMapper.PlainMapper
extends java.lang.Object
implements NameMapper

Base implementation chained by bad character replacement mapper


Constructor Summary
private DefaultNameMapper.PlainMapper()
           
 
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

DefaultNameMapper.PlainMapper

private DefaultNameMapper.PlainMapper()
Method Detail

mapTypeToElementName

public java.lang.String mapTypeToElementName(java.lang.String typeName)
This implementation returns the parameter passed in without modification.

Specified by:
mapTypeToElementName in interface NameMapper
Parameters:
typeName - the string to convert
Returns:
the typeName parameter without modification