Interface FieldSelectionStrategy

  • All Known Implementing Classes:
    DefaultFieldSelectionStrategy

    public interface FieldSelectionStrategy
    Strategy for selecting field based on mapping context
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean shouldMap​(java.lang.Object source, java.lang.Object dest, ma.glasnost.orika.MappingContext mappingContext)
      This method is called at runtime to determine whether the mapping implied by the field names from mapping context should be performed
    • Method Detail

      • shouldMap

        boolean shouldMap​(java.lang.Object source,
                          java.lang.Object dest,
                          ma.glasnost.orika.MappingContext mappingContext)
        This method is called at runtime to determine whether the mapping implied by the field names from mapping context should be performed