Module omix.api
Package omix.plugin.ovl
Interface OVLCompatibilityHandlerInterface.OVLFieldConverterInterface
- Enclosing interface:
- OVLCompatibilityHandlerInterface
public static interface OVLCompatibilityHandlerInterface.OVLFieldConverterInterface
The substitution is performed by this interface.
- Since:
- Omix 1.9.0
- Author:
- Dr. Peter Droste
-
Method Summary
Modifier and Type Method Description void
assignValue(Object value, Object target, OVLFieldConverterUtilities utilities)
-
Method Details
-
assignValue
- Parameters:
value
-target
- an instance of a type out of omix.plugin.model.writable.utilities
-
-