public interface CoreFieldTransformer<SESSION extends CoreSession> extends Serializable
Modifier and Type | Field and Description |
---|---|
static String |
BUILD_FIELD_VALUE_METHOD
Method name should be same as the value of this field.
|
Modifier and Type | Method and Description |
---|---|
Object |
buildFieldValue(Object instance,
String fieldName,
SESSION session) |
static final String BUILD_FIELD_VALUE_METHOD
Object buildFieldValue(Object instance, 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.