Interface ValueTransformer
- All Known Implementing Classes:
BaseValueTransformer
Implement this interface if you want to provide your own value transformer to ValueTransformerManager.
You should return CANNOT_HANDLE in apply(Object) when implemented
transformer cannot transform given value.
- Since:
- v1.0
-
Field Summary
Fields -
Method Summary
Methods inherited from interface com.google.common.base.Function
equals
-
Field Details
-
CANNOT_HANDLE
-
-
Method Details
-
apply
Transform given object into other representation, that can be used as input for field value generators.
-