Uses of Interface
org.apache.olingo.odata2.api.processor.ODataProcessor
Packages that use ODataProcessor
Package
Description
OData Library API
Data Processor
Processor Features
Processor Parts
-
Uses of ODataProcessor in org.apache.olingo.odata2.api
Methods in org.apache.olingo.odata2.api that return ODataProcessorMethod parameters in org.apache.olingo.odata2.api with type arguments of type ODataProcessorModifier and TypeMethodDescriptionODataService.getSupportedContentTypes(Class<? extends ODataProcessor> processorFeature) -
Uses of ODataProcessor in org.apache.olingo.odata2.api.processor
Classes in org.apache.olingo.odata2.api.processor that implement ODataProcessorModifier and TypeClassDescriptionclassA defaultODataProcessorthat implements all processor features in a single class.Method parameters in org.apache.olingo.odata2.api.processor with type arguments of type ODataProcessorModifier and TypeMethodDescriptionODataSingleProcessor.getCustomContentTypes(Class<? extends ODataProcessor> processorFeature) -
Uses of ODataProcessor in org.apache.olingo.odata2.api.processor.feature
Method parameters in org.apache.olingo.odata2.api.processor.feature with type arguments of type ODataProcessorModifier and TypeMethodDescriptionCustomContentType.getCustomContentTypes(Class<? extends ODataProcessor> processorFeature) The OData library will consider these additional content types during negotiation of http content type header. -
Uses of ODataProcessor in org.apache.olingo.odata2.api.processor.part
Subinterfaces of ODataProcessor in org.apache.olingo.odata2.api.processor.partModifier and TypeInterfaceDescriptioninterfaceExecute a OData batch request.interfaceExecute a OData complex property request.interfaceExecute an OData entity link request.interfaceExecute a OData entity links request.interfaceExecute an OData entity media requestinterfaceExecute a OData entity request.interfaceExecute a OData entity set request.interfaceExecute a OData entity simple property request.interfaceExecute a OData entity simple property value request.interfaceExecute an OData function import request.interfaceExecute an OData function import value request.interfaceExecute a OData metadata request.interfaceExecute a OData service document request. -
Uses of ODataProcessor in org.apache.olingo.odata2.core
Methods in org.apache.olingo.odata2.core that return types with arguments of type ODataProcessorModifier and TypeMethodDescriptionprotected static Class<? extends ODataProcessor>Dispatcher.mapUriTypeToProcessorFeature(UriInfoImpl uriInfo) -
Uses of ODataProcessor in org.apache.olingo.odata2.core.processor
Methods in org.apache.olingo.odata2.core.processor that return ODataProcessorMethod parameters in org.apache.olingo.odata2.core.processor with type arguments of type ODataProcessorModifier and TypeMethodDescriptionODataSingleProcessorService.getSupportedContentTypes(Class<? extends ODataProcessor> processorFeature)