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 behaviour.of the XMLIntrospector  
 

Classes in org.apache.commons.betwixt.strategy used by org.apache.commons.betwixt
ClassNormalizer
          Class normalization strategy.
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.
SimpleTypeMapper
          Strategy for binding simple types.
TypeBindingStrategy
          Determines the way that a type (of object) should be bound by Betwixt.
 

Classes in org.apache.commons.betwixt.strategy used by org.apache.commons.betwixt.expression
ObjectStringConverter
          Strategy class for string <-> object conversions.
 

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.
ClassNormalizer
          Class normalization strategy.
ConvertUtilsObjectStringConverter
          String <-> object conversion strategy that delegates to ConvertUtils.
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.
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.
 



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