Class DefaultFieldSelectionStrategy
java.lang.Object
de.hybris.platform.webservicescommons.mapping.impl.DefaultFieldSelectionStrategy
- All Implemented Interfaces:
FieldSelectionStrategy
Default implementation of
FieldSelectionStrategy-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultFieldSelectionStrategy
public DefaultFieldSelectionStrategy()
-
-
Method Details
-
shouldMap
public boolean shouldMap(Object source, 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
-