public interface FixedFormatDeserializer
| Modifier and Type | Method and Description |
|---|---|
byte[] |
binary(InputStream content)
Reads binary data from an InputStream.
|
org.apache.olingo.commons.api.data.Parameter |
parameter(String content,
org.apache.olingo.commons.api.edm.EdmParameter parameter)
Reads parameter data (in URI syntax) from a String.
|
List<BatchRequestPart> |
parseBatchRequest(InputStream content,
String boundary,
BatchOptions options)
Reads batch data from an InputStream.
|
Object |
primitiveValue(InputStream content,
org.apache.olingo.commons.api.edm.EdmProperty property)
Reads primitive-type data from an InputStream.
|
byte[] binary(InputStream content) throws DeserializerException
content - the binary data as input streamDeserializerExceptionObject primitiveValue(InputStream content, org.apache.olingo.commons.api.edm.EdmProperty property) throws DeserializerException
content - the textual value as input streamproperty - EDM propertyDeserializerExceptionorg.apache.olingo.commons.api.data.Parameter parameter(String content, org.apache.olingo.commons.api.edm.EdmParameter parameter) throws DeserializerException
content - the textual value as Stringparameter - EDM parameterDeserializerExceptionList<BatchRequestPart> parseBatchRequest(InputStream content, String boundary, BatchOptions options) throws BatchDeserializerException
content - the data as multipart input streamboundary - the boundary between the partsoptions - options for the deserializerBatchDeserializerExceptionCopyright © 2013–2022 The Apache Software Foundation. All rights reserved.