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.expression This package contains the system which extracts values from beans. 
org.apache.commons.betwixt.io Package contains classes dealing directly with the reading and writing of beans. 
org.apache.commons.betwixt.io.read Package contains strategy and configuration classes used by reading only. 
org.apache.commons.betwixt.strategy This package contains a variety of plugin Strategy patterns that can be used to customize the default behaviours. 
 

Classes in org.apache.commons.betwixt.strategy used by org.apache.commons.betwixt
ClassNormalizer
          Class normalization strategy.
IdStoringStrategy
          Pluggable strategy for id storage management.
MappingDerivationStrategy
          Pluggable strategy determines whether introspection or bind time typing should be used when finding mappings.
NameMapper
          A plugin Strategy pattern for converting Java type names into element names.
NamespacePrefixMapper
          Maps namespace URI's to prefixes.
ObjectStringConverter
          Strategy class for string <-> object conversions.
PluralStemmer
          A plugin Strategy pattern which will detect the plural property which maps to a singular property name.
PropertySuppressionStrategy
          Pluggable strategy specifying whether property's should be surpressed.
SimpleTypeMapper
          Strategy for binding simple types.
TypeBindingStrategy
          Determines the way that a type (of object) should be bound by Betwixt.
ValueSuppressionStrategy
          Determines whether the expression of an attribute with a values should be suppressed.
 

Classes in org.apache.commons.betwixt.strategy used by org.apache.commons.betwixt.expression
IdStoringStrategy
          Pluggable strategy for id storage management.
ObjectStringConverter
          Strategy class for string <-> object conversions.
ValueSuppressionStrategy
          Determines whether the expression of an attribute with a values should be suppressed.
 

Classes in org.apache.commons.betwixt.strategy used by org.apache.commons.betwixt.io
MixedContentEncodingStrategy
          Encodes body content.
 

Classes in org.apache.commons.betwixt.strategy used by org.apache.commons.betwixt.io.read
ActionMappingStrategy
           Pluggable strategy interface used for free mappings.
 

Classes in org.apache.commons.betwixt.strategy used by org.apache.commons.betwixt.strategy
ActionMappingStrategy
           Pluggable strategy interface used for free mappings.
BadCharacterReplacingNMapper
          NameMapper implementation that processes a name by replacing or stripping illegal characters before passing result down the chain.
ClassNormalizer
          Class normalization strategy.
ConvertUtilsObjectStringConverter
          String <-> object conversion strategy that delegates to ConvertUtils.
IdStoringStrategy
          Pluggable strategy for id storage management.
MappingDerivationStrategy
          Pluggable strategy determines whether introspection or bind time typing should be used when finding mappings.
MixedContentEncodingStrategy
          Encodes body content.
NameMapper
          A plugin Strategy pattern for converting Java type names into element names.
ObjectStringConverter
          Strategy class for string <-> object conversions.
PluralStemmer
          A plugin Strategy pattern which will detect the plural property which maps to a singular property name.
PropertySuppressionStrategy
          Pluggable strategy specifying whether property's should be surpressed.
SimpleTypeMapper
          Strategy for binding simple types.
SimpleTypeMapper.Binding
          Enumerates binding options for simple types.
TypeBindingStrategy
          Determines the way that a type (of object) should be bound by Betwixt.
TypeBindingStrategy.BindingType
          Enumerates the possible general ways that Betwixt can map a Java type to an XML type.
ValueSuppressionStrategy
          Determines whether the expression of an attribute with a values should be suppressed.