| Interface | 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.
|
| 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<TO_TYPE,DOMAIN_TYPE> |
Do type conversion to allow object to be stored using a different type in transfer and domain objects.
|
| Class | 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.
|
| AutomaticSetTypeConverter |
Converter for sets, automatically detecting the entry type from the generic parameter.
|
| AutomaticStringEnumTypeConverter |
Type converter for representing enums as string in the transfer object.
|
| DomainClass.DefaultClass |
Default value for
DomainClass.domainClass() indicating that DomainClass.value() should be set. |
| JTransfoFactory |
Factory to get a
JTransfo instance. |
| ListTypeConverter |
Type converter for converting lists with object of specific type.
|
| MappedBy.DefaultTypeConverter |
Default value for
MappedBy.typeConverterClass() indicating the type converter which should be used if
MappedBy.typeConverter() is not set. |
| NoConversionTypeConverter |
Fallback type converter which does no conversion at all.
|
| ReadOnlyDomainAutomaticListTypeConverter |
Type converter for converting lists with object of specific type.
|
| ReadOnlyDomainAutomaticTypeConverter |
Type converter which only copies linked objects' fields to the transfer object.
|
| ReadOnlyDomainListTypeConverter |
Type converter for converting lists with object of specific type.
|
| ReadOnlyDomainTypeConverter |
Type converter which only copies linked objects' fields to the transfer object.
|
| SetTypeConverter |
Type converter for converting a set with objects of specific type.
|
| StringEnumTypeConverter<ENUM_TYPE extends Enum> |
Type converter for representing enums as string in the transfer object.
|
| ToConverter |
Set of converters for a TO.
|
| ToDomainTypeConverter |
Recursively use jTransfo to convert fields which are themselves a transfer object.
|
| TypeUtil |
Utility class for working with types.
|
| Exception | Description |
|---|---|
| JTransfoException |
Exception during jTransfo handling.
|
| Annotation Type | Description |
|---|---|
| DomainClass |
Annotation to specify the domain class on the transfer object.
|
| DomainClassDelegate |
Annotation to specify the real transfer objects and their links to domain classes.
|
| MapOnlies |
Annotation which allows you to put many
MapOnly annotations on a field. |
| MapOnly |
Annotation which allows security filtering on jTransfo field behaviour.
|
| MappedBy |
Annotation which indicates how the field in the transfer object should be mapped to a field in the domain object.
|
| NotMapped |
Marker annotation to indicated that a field should not be mapped.
|
| ReadOnly |
More readable shorthand for a field which is read-only.
|
| ReadOnlyDomain |
More readable shorthand for a field which is read-only-domain.
|
Copyright © 2017. All rights reserved.