Interface Condition<S,​D>

  • Type Parameters:
    S - source type
    D - destination type
    All Known Implementing Classes:
    AbstractCondition

    public interface Condition<S,​D>
    Condition that must apply in order for mapping to occur.
    • Method Detail

      • applies

        boolean applies​(MappingContext<S,​D> context)
        Specifies whether the condition applies to the context.
        Parameters:
        context - of current mapping process