Class PrimitivePropertyProcessor
java.lang.Object
de.hybris.platform.odata2services.odata.persistence.populator.processor.AbstractPropertyProcessor
de.hybris.platform.odata2services.odata.persistence.populator.processor.PrimitivePropertyProcessor
- All Implemented Interfaces:
PropertyProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisApplicable(TypeAttributeDescriptor typeAttributeDescriptor) protected voidprocessEntityInternal(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, String propertyName, Object value, ItemConversionRequest request) protected booleanshouldPropertyBeConverted(ItemConversionRequest conversionRequest, String propertyName) Methods inherited from class de.hybris.platform.odata2services.odata.persistence.populator.processor.AbstractPropertyProcessor
getItemTypeDescriptorService, isPropertySupported, processEntity, readPropertyValue, setItemTypeDescriptorService
-
Constructor Details
-
PrimitivePropertyProcessor
public PrimitivePropertyProcessor()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicablein classAbstractPropertyProcessor
-
processEntityInternal
protected void processEntityInternal(org.apache.olingo.odata2.api.ep.entry.ODataEntry oDataEntry, String propertyName, Object value, ItemConversionRequest request) - Specified by:
processEntityInternalin classAbstractPropertyProcessor
-
shouldPropertyBeConverted
protected boolean shouldPropertyBeConverted(ItemConversionRequest conversionRequest, String propertyName) - Overrides:
shouldPropertyBeConvertedin classAbstractPropertyProcessor
-