Uses of Interface
org.apache.commons.betwixt.strategy.NameMapper

Packages that use NameMapper
org.apache.commons.betwixt  
org.apache.commons.betwixt.strategy  
 

Uses of NameMapper in org.apache.commons.betwixt
 

Methods in org.apache.commons.betwixt that return NameMapper
 org.apache.commons.betwixt.strategy.NameMapper XMLIntrospector.getNameMapper()
          Deprecated. 0.5 getNameMapper is split up in XMLIntrospector.getElementNameMapper() and XMLIntrospector.getAttributeNameMapper()
 org.apache.commons.betwixt.strategy.NameMapper XMLIntrospector.getElementNameMapper()
          Gets the name mapping strategy used to convert bean names into elements.
 org.apache.commons.betwixt.strategy.NameMapper XMLIntrospector.getAttributeNameMapper()
          Gets the name mapping strategy used to convert bean names into attributes.
protected  org.apache.commons.betwixt.strategy.NameMapper XMLIntrospector.createNameMapper()
          A Factory method to lazily create a strategy used to convert bean type names into element names.
 

Methods in org.apache.commons.betwixt with parameters of type NameMapper
 void XMLIntrospector.setNameMapper(org.apache.commons.betwixt.strategy.NameMapper nameMapper)
          Deprecated. 0.5 setNameMapper is split up in XMLIntrospector.setElementNameMapper(NameMapper) and XMLIntrospector.setAttributeNameMapper(NameMapper)
 void XMLIntrospector.setElementNameMapper(org.apache.commons.betwixt.strategy.NameMapper nameMapper)
          Sets the strategy used to convert bean type names into element names
 void XMLIntrospector.setAttributeNameMapper(org.apache.commons.betwixt.strategy.NameMapper nameMapper)
          Sets the strategy used to convert bean type names into attribute names
 

Uses of NameMapper in org.apache.commons.betwixt.strategy
 

Classes in org.apache.commons.betwixt.strategy that implement NameMapper
 class BadCharacterReplacingNMapper
          NameMapper implementation that processes a name by replacing or stripping illegal characters before passing result down the chain.
 class CapitalizeNameMapper
          A beanmapper which converts a type to start with an uppercase.
 class DecapitalizeNameMapper
          A name mapper which converts types to a decapitalized String.
 class DefaultNameMapper
          A default implementation of the name mapper.
 class HyphenatedNameMapper
          A name mapper which converts types to a hypenated String.
 

Constructors in org.apache.commons.betwixt.strategy with parameters of type NameMapper
BadCharacterReplacingNMapper(org.apache.commons.betwixt.strategy.NameMapper chainedMapper)
          Constructs a replacing mapper which delegates to given mapper.
 



Copyright © 2002-2004 The Apache Software Foundation. All Rights Reserved.