public interface CoreFieldTransformer<SESSION extends CoreSession>
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BUILD_FIELD_VALUE_METHOD
Method name should be same as the value of this field.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
buildFieldValue(java.lang.Object instance,
java.lang.String fieldName,
SESSION session) |
static final java.lang.String BUILD_FIELD_VALUE_METHOD
java.lang.Object buildFieldValue(java.lang.Object instance, java.lang.String fieldName, SESSION session)
instance
- - an instance of the domain class which contains the attributesession
- - the current sessionfieldName
- - the name of the field being transformed. Used if the user wants to use this transformer for multiple fields.