Class EntityMapPropertyProcessor
java.lang.Object
de.hybris.platform.odata2services.odata.persistence.populator.processor.AbstractPropertyProcessor
de.hybris.platform.odata2services.odata.persistence.populator.processor.AbstractCollectionPropertyProcessor
de.hybris.platform.odata2services.odata.persistence.populator.processor.EntityMapPropertyProcessor
- All Implemented Interfaces:
PropertyProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanHandleEntityValue(Object value) protected List<org.apache.olingo.odata2.api.ep.entry.ODataEntry>deriveDataFeedEntries(ItemConversionRequest request, String propertyName, Object value) protected booleanisApplicable(TypeAttributeDescriptor attribute) Methods inherited from class de.hybris.platform.odata2services.odata.persistence.populator.processor.AbstractCollectionPropertyProcessor
processEntityInternalMethods inherited from class de.hybris.platform.odata2services.odata.persistence.populator.processor.AbstractPropertyProcessor
getItemTypeDescriptorService, isPropertySupported, processEntity, readPropertyValue, setItemTypeDescriptorService, shouldPropertyBeConverted
-
Constructor Details
-
EntityMapPropertyProcessor
public EntityMapPropertyProcessor()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicablein classAbstractPropertyProcessor
-
deriveDataFeedEntries
protected List<org.apache.olingo.odata2.api.ep.entry.ODataEntry> deriveDataFeedEntries(ItemConversionRequest request, String propertyName, Object value) - Specified by:
deriveDataFeedEntriesin classAbstractCollectionPropertyProcessor
-
canHandleEntityValue
- Overrides:
canHandleEntityValuein classAbstractCollectionPropertyProcessor
-