| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Class Summary | |
|---|---|
| ArbitraryObjectMappingConverter | A transformer which transforms defined arbitrary objects to other defined
 arbitrary objects based on this class' mappingproperty. | 
| ArbitraryTypeMappingConverter | A transformer which transforms objects which are instances of a type into
 other defined objects based on this class' mappingproperty. | 
| BaseToPrettyTextConverter | Base class for converts that convert objects to a pretty programmer-friendly representation using information retrieved using a reflector. | 
| BeanToPrettyTextConverter | Converts a bean to a textual representation (String or StringBuffer only). | 
| BeanUtilsConverter | Deprecated. | 
| BooleanToTextConverter | Converts boolean values to text values. | 
| ConstantConverter | Converter that always returns a certain destination object. | 
| ContainerToPrettyTextConverter | Converts a container to a textual representation (String or StringBuffer only). | 
| ContainerToTraverserConverter | Converts an object to a traverser type (an Iterator or an Enumeration). | 
| ConverterDecorator | Decorates any Converter so that it implements DecoratedConverter. | 
| DefaultToBooleanConverter | Converts any object to a Boolean by delegating to TextToBooleanConverter,NumberToBooleanConverterandObjectToBooleanConverter. | 
| DefaultToTextConverter | Converts an object to a textual representation by delegating to ContainerToPrettyTextConverter,BooleanToTextConverter,TimeToTextConverter,NumberToTextConverterandObjectToTextConverter. | 
| EvaluateExpressionConverter | A Converter that returns the result of evaluating a property against an object using a DecoratedLanguage. | 
| IdentityConverter | Converts objects that are already instances of the destination class by simply returning the object unchanged. | 
| ImmutableTypesOnlyIdentityConverter | An identity converter that only converts immutable types. | 
| NullConverter | Deprecated. an IdentityConverter can do the same thing. | 
| NumberConverter | Converts a number from one number type to another. | 
| NumberToBooleanConverter | Converts numbers to boolean values. | 
| NumberToTextConverter | Converts Numbers into basic text types (String,StringBufferorCharacter). | 
| NumberToTimeConverter | |
| ObjectToBooleanConverter | Converts any object to a Boolean. | 
| ObjectToClassConverter | Converts an object into that object's class. | 
| ObjectToPrettyTextConverter | . | 
| ObjectToTextConverter | Converts an object to a textual representation by calling the object's toStringmethod. | 
| PrimitiveWrapperConverter | Converts primitive objects to their Object wrappers and vice-versa. | 
| TextConverter | Converts text types ( String,StringBufferandCharacter,char[]andbyte[]from one type to another. | 
| TextToBooleanConverter | Converts text values to Booleans. | 
| TextToClassConverter | Converts a basic text type ( StringorStringBuffer) into aClass. | 
| TextToNumberConverter | Converts basic text types into primitive numbers or Numberobjects. | 
| TextToTimeConverter | |
| TimeConverter | Converts information from one of the basic time types to the other. | 
| TimeToNumberConverter | |
| TimeToTextConverter | Converts the basic time types ( DateandCalendar) to one of the text types (String,StringBufferandCharacter). | 
Converter implementations.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||