Class DefaultFieldSelectionStrategy
- java.lang.Object
-
- de.hybris.platform.webservicescommons.mapping.impl.DefaultFieldSelectionStrategy
-
- All Implemented Interfaces:
FieldSelectionStrategy
public class DefaultFieldSelectionStrategy extends java.lang.Object implements FieldSelectionStrategy
Default implementation ofFieldSelectionStrategy
-
-
Constructor Summary
Constructors Constructor Description DefaultFieldSelectionStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanshouldMap(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
public boolean shouldMap(java.lang.Object source, java.lang.Object dest, ma.glasnost.orika.MappingContext mappingContext)Description copied from interface:FieldSelectionStrategyThis method is called at runtime to determine whether the mapping implied by the field names from mapping context should be performed- Specified by:
shouldMapin interfaceFieldSelectionStrategy
-
-