package valuemapper
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait CustomValueMapper extends AnyRef
Transform objects into FEEL types and the other way around.
Transform objects into FEEL types and the other way around.
Multiple mappers are chained and invoked in order of their CustomValueMapper.priority. If one mapper can't transform the object then the next handler of the chain is invoked.
- abstract class JavaCustomValueMapper extends CustomValueMapper
- trait ValueMapper extends AnyRef
Value Members
- object ValueMapper