Interface FieldSelectionStrategy

All Known Implementing Classes:
DefaultFieldSelectionStrategy

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

    Modifier and Type
    Method
    Description
    boolean
    shouldMap(Object source, 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 Details

    • shouldMap

      boolean shouldMap(Object source, 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