Class NextLinkPropertyPopulator
java.lang.Object
de.hybris.platform.odata2services.odata.processor.writer.NextLinkPropertyPopulator
- All Implemented Interfaces:
ResponseWriterPropertyPopulator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisApplicable(ItemLookupRequest itemLookupRequest) org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilderpopulate(org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties properties, ItemLookupRequest itemLookupRequest, ItemLookupResult result)
-
Constructor Details
-
NextLinkPropertyPopulator
public NextLinkPropertyPopulator()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicablein interfaceResponseWriterPropertyPopulator
-
populate
public org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder populate(org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties properties, ItemLookupRequest itemLookupRequest, ItemLookupResult result) Description copied from interface:ResponseWriterPropertyPopulatorThis method generates a builder with a specific property populated.
- Specified by:
populatein interfaceResponseWriterPropertyPopulator- Parameters:
properties- existing properties object already populated by previous builders- Returns:
- a builder containing the populated property for a specific implementation of the interface
-