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 Summary

    Modifier and Type
    Method
    Description
    boolean
    Specifies whether the condition applies to the context.
  • Method Details

    • applies

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