jTransfo, 0.10

Package org.jtransfo

Interface Summary
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.
TypeConverter<TO_TYPE,DOMAIN_TYPE> Do type conversion to allow object to be stored using a different type in transfer and domain objects.
 

Class Summary
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.
DomainClass.DefaultClass Default value for DomainClass.domainClass() indicating that DomainClass.value() should be set.
JTransfoImpl jTransfo main access point standard implementation.
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.
ReadOnlyDomainListTypeConverter Type converter for converting lists with object of specific type.
ReadOnlyDomainTypeConverter Type converter which only copies linked objects' fields to the transfer object.
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.
 

Exception Summary
JTransfoException Exception during jTransfo handling.
 

Annotation Types Summary
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.
 


jTransfo, 0.10

Copyright © 2013. All rights reserved.