Package com.helixframework.mapper
Interface MapperDecorator.MapperOperation<I,O>
- Type Parameters:
I- the input typeO- the output type
- Enclosing interface:
- MapperDecorator<A,
B>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Underlying mapper operation.
-
Method Summary
Modifier and TypeMethodDescriptionapply(I value, MappingContext ctx) Executes the mapping operation.
-
Method Details
-
apply
Executes the mapping operation.- Parameters:
value- the input valuectx- the mapping context- Returns:
- the mapped result
-