Interface MapExpression<D>

Type Parameters:
D - destination type
All Known Subinterfaces:
ConditionExpression<S,D>, ConverterExpression<S,D>, ProviderExpression<S,D>, SkipExpression<D>

public interface MapExpression<D>
Expresses mapping.
  • Method Summary

    Modifier and Type
    Method
    Description
    map()
    Defines a mapping to a destination.
    map(Object subject)
    Defines a mapping for the subject.
    void
    map(Object source, Object destination)
    Defines a mapping from the source to the destination.