Class PostODataRequestEntityExtractor
java.lang.Object
de.hybris.platform.odata2services.odata.impl.PostODataRequestEntityExtractor
- All Implemented Interfaces:
ODataRequestEntityExtractor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextract(org.apache.olingo.odata2.api.processor.ODataRequest request) Extracts the entity from theODataRequest.booleanisApplicable(org.apache.olingo.odata2.api.processor.ODataRequest request) Indicates whether this Extractor should be used to extract the entity from the givenODataRequest
-
Constructor Details
-
PostODataRequestEntityExtractor
public PostODataRequestEntityExtractor()
-
-
Method Details
-
isApplicable
public boolean isApplicable(org.apache.olingo.odata2.api.processor.ODataRequest request) Description copied from interface:ODataRequestEntityExtractorIndicates whether this Extractor should be used to extract the entity from the givenODataRequest- Specified by:
isApplicablein interfaceODataRequestEntityExtractor- Parameters:
request- Request to check- Returns:
- true if handler can handle request, else false
-
extract
Description copied from interface:ODataRequestEntityExtractorExtracts the entity from theODataRequest.- Specified by:
extractin interfaceODataRequestEntityExtractor- Parameters:
request- Use this request to extract the entity- Returns:
- The entity or empty string
-