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