Class PrimitiveCollectionPropertyProcessor
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.PrimitiveCollectionPropertyProcessor
- All Implemented Interfaces:
PropertyProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<org.apache.olingo.odata2.api.ep.entry.ODataEntry>deriveDataFeedEntries(ItemConversionRequest request, String propertyName, Object value) protected booleanisApplicable(TypeAttributeDescriptor typeAttributeDescriptor) Methods inherited from class de.hybris.platform.odata2services.odata.persistence.populator.processor.AbstractCollectionPropertyProcessor
canHandleEntityValue, processEntityInternalMethods inherited from class de.hybris.platform.odata2services.odata.persistence.populator.processor.AbstractPropertyProcessor
getItemTypeDescriptorService, isPropertySupported, processEntity, readPropertyValue, setItemTypeDescriptorService, shouldPropertyBeConverted
-
Constructor Details
-
PrimitiveCollectionPropertyProcessor
public PrimitiveCollectionPropertyProcessor()
-
-
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
-