Uses of Interface
org.apache.olingo.odata2.api.uri.info.GetSimplePropertyUriInfo
-
Packages that use GetSimplePropertyUriInfo Package Description org.apache.olingo.odata2.api.processor Data Processororg.apache.olingo.odata2.api.processor.part Processor Partsorg.apache.olingo.odata2.api.uri URI Parser Facade -
-
Uses of GetSimplePropertyUriInfo in org.apache.olingo.odata2.api.processor
Methods in org.apache.olingo.odata2.api.processor with parameters of type GetSimplePropertyUriInfo Modifier and Type Method Description ODataResponseODataSingleProcessor. readEntitySimpleProperty(GetSimplePropertyUriInfo uriInfo, String contentType)ODataResponseODataSingleProcessor. readEntitySimplePropertyValue(GetSimplePropertyUriInfo uriInfo, String contentType) -
Uses of GetSimplePropertyUriInfo in org.apache.olingo.odata2.api.processor.part
Methods in org.apache.olingo.odata2.api.processor.part with parameters of type GetSimplePropertyUriInfo Modifier and Type Method Description ODataResponseEntitySimplePropertyProcessor. readEntitySimpleProperty(GetSimplePropertyUriInfo uriInfo, String contentType)Reads a simple property of an entity.ODataResponseEntitySimplePropertyValueProcessor. readEntitySimplePropertyValue(GetSimplePropertyUriInfo uriInfo, String contentType)Reads the unformatted value of a simple property of an entity. -
Uses of GetSimplePropertyUriInfo in org.apache.olingo.odata2.api.uri
Subinterfaces of GetSimplePropertyUriInfo in org.apache.olingo.odata2.api.uri Modifier and Type Interface Description interfaceUriInfoStructured parts of the request URI - the result of URI parsing.
-