public interface ValueTranslator
Input
value to the value for use.Modifier and Type | Method and Description |
---|---|
Object |
translate(Object inputValue)
Translates the
Input value to the value for use. |
Object translate(Object inputValue) throws InvalidValueException
Input
value to the value for use.inputValue
- Input
value.InvalidValueException
- If Input
value is invalid and can not be converted to
the value for use.Copyright © 2005–2016. All rights reserved.