Class DefaultReadParam
java.lang.Object
de.hybris.platform.odata2services.odata.processor.handler.read.DefaultReadParam
- All Implemented Interfaces:
ReadParam
Default implementation of the
ReadParam-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.olingo.odata2.api.processor.ODataContextGets the context of the request as anODataContextGets the response content typeorg.apache.olingo.odata2.api.uri.UriInfoGets theUriInfostatic DefaultReadParam.Builder
-
Constructor Details
-
DefaultReadParam
public DefaultReadParam()
-
-
Method Details
-
readParam
-
getUriInfo
public org.apache.olingo.odata2.api.uri.UriInfo getUriInfo()Description copied from interface:ReadParamGets theUriInfo- Specified by:
getUriInfoin interfaceReadParam- Returns:
- UriInfo
-
getResponseContentType
Description copied from interface:ReadParamGets the response content type- Specified by:
getResponseContentTypein interfaceReadParam- Returns:
- Content type
-
getContext
public org.apache.olingo.odata2.api.processor.ODataContext getContext()Description copied from interface:ReadParamGets the context of the request as anODataContext- Specified by:
getContextin interfaceReadParam- Returns:
- context
-