|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| DataConverter<InputType,OutputType> | Defines an object used to convert data from one type to another. |
| ReversibleDataConverter<InputType,OutputType> | Represents a DataConverter whose conversion can be reversed. |
| Class Summary | |
|---|---|
| AbstractDataConverter<InputType,OutputType> | Abstract implementation of DataConverter interface. |
| AbstractReverseCachedDataConverter<InputType,OutputType,ReverseConverterType extends DataConverter<? super OutputType,? extends InputType>> | Abstract implementation of ReversibleDataConverter that caches the
reverse converter. |
| AbstractReversibleDataConverter<InputType,OutputType> | Abstract implementation of sthe ReversibleDataConverter interface. |
| IdentityDataConverter<DataType> | A pass-through converter that just returns the given value. |
| ObjectToStringConverter | Converts an Object to a String using the toString
method. |
Provides utilities for doing data type conversion.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||