Interface AttributeTransformer
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AttributeTransformerAdapter
,MethodBasedAttributeTransformer
,QNameTransformer
PUBLIC:
- Version:
- $Header: AttributeTransformer.java 11-jul-2006.10:33:44 gyorke Exp $
- Author:
- mmacivor
-
Method Summary
Modifier and TypeMethodDescriptionbuildAttributeValue
(Record record, Object object, Session session) void
initialize
(AbstractTransformationMapping mapping)
-
Method Details
-
initialize
- Parameters:
mapping
- - The mapping associated with this transformer. Only used if some special information is required.
-
buildAttributeValue
- Parameters:
record
- - The metadata being used to build the object.session
- - the current sessionobject
- - The current object that the attribute is being built for.- Returns:
- - The attribute value to be built into the object containing this mapping.
-