Class DefaultFieldSelectionStrategy

    • Method Summary

      All Methods Instance Methods Concrete 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultFieldSelectionStrategy

        public DefaultFieldSelectionStrategy()
    • Method Detail

      • shouldMap

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