| Package | Description |
|---|---|
| org.jtransfo | |
| org.jtransfo.internal |
| Class and Description |
|---|
| AbstractListTypeConverter
Abstract type converter for converting lists with object of specific type.
|
| AbstractSetTypeConverter
Abstract type converter for
Set objects. |
| 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.
|
| ConfigurableJTransfo
Extension of the interface which also includes the configuration settings
which are only needed for configuration/factories, not for normal use.
|
| 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.
|
| MappedBy
Annotation which indicates how the field in the transfer object should be mapped to a field in the domain object.
|
| 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 |
|---|
| ConfigurableJTransfo
Extension of the interface which also includes the configuration settings
which are only needed for configuration/factories, not for normal use.
|
| 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.
|
| ObjectFinder
Allow domain objects to be discovered from the transfer object.
|
| ObjectReplacer
Allow objects to be replaced before conversion.
|
| 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 © 2017. All rights reserved.