Uses of Class
org.apache.olingo.client.api.data.ResWrap
Packages that use ResWrap
Package
Description
-
Uses of ResWrap in org.apache.olingo.client.api.communication.response
Methods in org.apache.olingo.client.api.communication.response that return ResWrap -
Uses of ResWrap in org.apache.olingo.client.api.domain
Fields in org.apache.olingo.client.api.domain declared as ResWrap -
Uses of ResWrap in org.apache.olingo.client.api.serialization
Methods in org.apache.olingo.client.api.serialization that return ResWrapModifier and TypeMethodDescription<T> ResWrap<T>ODataReader.read(InputStream src, String format, Class<T> reference) Parses a stream into the object type specified by the given reference.ClientODataDeserializer.toDelta(InputStream input) Gets a delta object from the given InputStream.ODataDeserializer.toEntity(InputStream input) Gets an entity object from the given InputStream.ODataDeserializer.toEntitySet(InputStream input) Gets an entity set object from the given InputStream.ODataDeserializer.toProperty(InputStream input) Gets a property object from the given InputStream.ClientODataDeserializer.toServiceDocument(InputStream input) Gets the ServiceDocument object represented by the given InputStream.Methods in org.apache.olingo.client.api.serialization with parameters of type ResWrapModifier and TypeMethodDescriptionODataBinder.getODataDelta(ResWrap<Delta> resource) ODataBinder.getODataEntity(ResWrap<Entity> resource) Gets ODataEntity from the given entity resource.ODataBinder.getODataEntitySet(ResWrap<EntityCollection> resource) Gets ODataEntitySet from the given entity set resource.ODataBinder.getODataProperty(ResWrap<Property> resource) Gets an ODataProperty from the given property resource.<T> voidODataWriter.writeReference(ResWrap<URI> reference, ContentType format) Writes a entity reference -
Uses of ResWrap in org.apache.olingo.client.core.data
Methods in org.apache.olingo.client.core.data that return ResWrapModifier 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 ResWrap in org.apache.olingo.client.core.serialization
Methods in org.apache.olingo.client.core.serialization that return ResWrapModifier and TypeMethodDescriptionAtomDeserializer.delta(InputStream input) JsonDeltaDeserializer.doDeserialize(com.fasterxml.jackson.core.JsonParser parser) JsonEntityDeserializer.doDeserialize(com.fasterxml.jackson.core.JsonParser parser) protected ResWrap<EntityCollection>JsonEntitySetDeserializer.doDeserialize(com.fasterxml.jackson.core.JsonParser parser) protected ResWrap<ODataErrorDetail>JsonODataErrorDetailDeserializer.doDeserialize(com.fasterxml.jackson.core.JsonParser parser) JsonPropertyDeserializer.doDeserialize(com.fasterxml.jackson.core.JsonParser parser) <T> ResWrap<T>ODataReaderImpl.read(InputStream src, String format, Class<T> reference) ClientODataDeserializerImpl.toDelta(InputStream input) JsonDeltaDeserializer.toDelta(InputStream input) AtomDeserializer.toEntity(InputStream input) ClientODataDeserializerImpl.toEntity(InputStream input) JsonDeserializer.toEntity(InputStream input) AtomDeserializer.toEntitySet(InputStream input) ClientODataDeserializerImpl.toEntitySet(InputStream input) JsonDeserializer.toEntitySet(InputStream input) AtomDeserializer.toProperty(InputStream input) ClientODataDeserializerImpl.toProperty(InputStream input) JsonDeserializer.toProperty(InputStream input) ClientODataDeserializerImpl.toServiceDocument(InputStream input) Methods in org.apache.olingo.client.core.serialization with parameters of type ResWrapModifier and TypeMethodDescriptionprotected voidJsonEntitySerializer.doContainerSerialize(ResWrap<Entity> container, com.fasterxml.jackson.core.JsonGenerator jgen) protected voidJsonEntitySetSerializer.doContainerSerialize(ResWrap<EntityCollection> container, com.fasterxml.jackson.core.JsonGenerator jgen) protected voidJsonPropertySerializer.doContainerSerialize(ResWrap<Property> container, com.fasterxml.jackson.core.JsonGenerator jgen) ODataBinderImpl.getODataDelta(ResWrap<Delta> resource) ODataBinderImpl.getODataEntity(ResWrap<Entity> resource) ODataBinderImpl.getODataEntitySet(ResWrap<EntityCollection> resource) ODataBinderImpl.getODataProperty(ResWrap<Property> resource) <T> void<T> voidODataWriterImpl.writeReference(ResWrap<URI> reference, ContentType contenType)