Class DefaultFieldSelectionStrategy

java.lang.Object
de.hybris.platform.webservicescommons.mapping.impl.DefaultFieldSelectionStrategy
All Implemented Interfaces:
FieldSelectionStrategy

public class DefaultFieldSelectionStrategy extends Object implements FieldSelectionStrategy
Default implementation of FieldSelectionStrategy
  • Constructor Details

    • DefaultFieldSelectionStrategy

      public DefaultFieldSelectionStrategy()
  • Method Details

    • shouldMap

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