Uses of Interface
org.apache.olingo.client.api.data.ServiceDocument
Packages that use ServiceDocument
Package
Description
-
Uses of ServiceDocument in org.apache.olingo.client.api.serialization
Methods in org.apache.olingo.client.api.serialization that return types with arguments of type ServiceDocumentModifier and TypeMethodDescriptionClientODataDeserializer.toServiceDocument(InputStream input) Gets the ServiceDocument object represented by the given InputStream.Methods in org.apache.olingo.client.api.serialization with parameters of type ServiceDocumentModifier and TypeMethodDescriptionODataBinder.getODataServiceDocument(ServiceDocument resource) Gets ODataServiceDocument from the given service document resource. -
Uses of ServiceDocument in org.apache.olingo.client.core.data
Classes in org.apache.olingo.client.core.data that implement ServiceDocumentMethods in org.apache.olingo.client.core.data that return types with arguments of type ServiceDocumentModifier and TypeMethodDescriptionprotected ResWrap<ServiceDocument>JSONServiceDocumentDeserializer.doDeserialize(com.fasterxml.jackson.core.JsonParser parser) protected ResWrap<ServiceDocument>XMLServiceDocumentDeserializer.doDeserialize(com.fasterxml.jackson.core.JsonParser jp) JSONServiceDocumentDeserializer.toServiceDocument(InputStream input) XMLServiceDocumentDeserializer.toServiceDocument(InputStream input) -
Uses of ServiceDocument in org.apache.olingo.client.core.serialization
Methods in org.apache.olingo.client.core.serialization that return types with arguments of type ServiceDocumentModifier and TypeMethodDescriptionClientODataDeserializerImpl.toServiceDocument(InputStream input) Methods in org.apache.olingo.client.core.serialization with parameters of type ServiceDocumentModifier and TypeMethodDescriptionODataBinderImpl.getODataServiceDocument(ServiceDocument resource)