|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use net.sf.morph.transform.converters | |
|---|---|
| net.sf.morph | Core classes for use by other parts of the Morph framework. |
| net.sf.morph.transform.converters | Converter implementations. |
| net.sf.morph.transform.transformers | Transformer implementations. |
| Classes in net.sf.morph.transform.converters used by net.sf.morph | |
|---|---|
| DefaultToTextConverter
Converts an object to a textual representation by delegating to ContainerToPrettyTextConverter,
BooleanToTextConverter,
TimeToTextConverter,
NumberToTextConverter and
ObjectToTextConverter. |
|
| NumberConverter
Converts a number from one number type to another. |
|
| TextConverter
Converts text types ( String,
StringBuffer and Character,
char[] and byte[] from one type to another. |
|
| TimeConverter
Converts information from one of the basic time types to the other. |
|
| Classes in net.sf.morph.transform.converters used by net.sf.morph.transform.converters | |
|---|---|
| BaseToPrettyTextConverter
Base class for converts that convert objects to a pretty programmer-friendly representation using information retrieved using a reflector. |
|
| IdentityConverter
Converts objects that are already instances of the destination class by simply returning the object unchanged. |
|
| Classes in net.sf.morph.transform.converters used by net.sf.morph.transform.transformers | |
|---|---|
| IdentityConverter
Converts objects that are already instances of the destination class by simply returning the object unchanged. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||