Uses of Package
org.apache.commons.betwixt.strategy

Packages that use org.apache.commons.betwixt.strategy
org.apache.commons.betwixt This package contains the main betwixt introspection code. 
org.apache.commons.betwixt.strategy This package contains a variety of plugin Strategy patterns that can be used to customize the default behaviour.of the XMLIntrospector  
 

Classes in org.apache.commons.betwixt.strategy used by org.apache.commons.betwixt
NameMapper
          A plugin Strategy pattern for converting java type names into element names.
PluralStemmer
          A plugin Strategy pattern which will detect the plural property which maps to a singular property name.
 

Classes in org.apache.commons.betwixt.strategy used by org.apache.commons.betwixt.strategy
NameMapper
          A plugin Strategy pattern for converting java type names into element names.
PluralStemmer
          A plugin Strategy pattern which will detect the plural property which maps to a singular property name.