public class ItemValueConformer extends ValueTransformer
Item
's value into a standard
internal representation (for purposes such as equality comparison.)Constructor and Description |
---|
ItemValueConformer() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
transform(java.lang.Object value)
This method is assumed to be called for the purpose of a setter method
invocation, but NOT a getter method invocation.
|
public java.lang.Object transform(java.lang.Object value)
transform
in class ValueTransformer