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

Packages that use org.apache.commons.betwixt.strategy
org.apache.commons.betwixt  
org.apache.commons.betwixt.expression  
org.apache.commons.betwixt.io  
org.apache.commons.betwixt.strategy  
 

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.
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.
 

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.strategy
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.
 



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