| Package | Description |
|---|---|
| org.jtransfo | |
| org.jtransfo.internal |
| Class and Description |
|---|
| AbstractListTypeConverter
Abstract type converter for converting lists with object of specific type.
|
| AbstractToDomainTypeConverter
Recursively use jTransfo to convert fields which are themselves a transfer object.
|
| AutomaticListTypeConverter
Converter lists, automatically detecting the entry type from the generic parameter.
|
| Converter
Converter, typically converts one field from the source object to a target object.
|
| ConvertInterceptor
Interceptor which allows additional work to be done when jTransfo converts between objects.
|
| ConvertSourceTarget
Core jTransfo convert method.
|
| JTransfo
jTransfo main access point.
|
| JTransfoException
Exception during jTransfo handling.
|
| JTransfoImpl
jTransfo main access point standard implementation.
|
| Named
Interface which allows obtaining an object name.
|
| NeedsJTransfo
Marked which can be applied on
TypeConverter implementations to force injecting the jTransfo instance. |
| ObjectFinder
Allow domain objects to be discovered from the transfer object.
|
| ObjectReplacer
Allow objects to be replaced before conversion.
|
| TypeConverter
Do type conversion to allow object to be stored using a different type in transfer and domain objects.
|
| Class and Description |
|---|
| Converter
Converter, typically converts one field from the source object to a target object.
|
| ConvertInterceptor
Interceptor which allows additional work to be done when jTransfo converts between objects.
|
| ConvertSourceTarget
Core jTransfo convert method.
|
| JTransfoException
Exception during jTransfo handling.
|
| ObjectFinder
Allow domain objects to be discovered from the transfer object.
|
| ToConverter
Set of converters for a TO.
|
| TypeConverter
Do type conversion to allow object to be stored using a different type in transfer and domain objects.
|
Copyright © 2016. All rights reserved.