| Package | Description |
|---|---|
| org.apache.olingo.server.api.deserializer |
Olingo Server API - Deserializer
|
| org.apache.olingo.server.core.deserializer | |
| org.apache.olingo.server.core.deserializer.json |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
FixedFormatDeserializer.parameter(String content,
EdmParameter parameter)
Reads parameter data (in URI syntax) from a String.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Parameter> |
DeserializerResult.getActionParameters()
Returns the deserialized action parameters of an
Entity as key/value pairs. |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
FixedFormatDeserializerImpl.parameter(String content,
EdmParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Parameter> |
DeserializerResultImpl.getActionParameters() |
| Modifier and Type | Method and Description |
|---|---|
DeserializerResultImpl.DeserializerResultBuilder |
DeserializerResultImpl.DeserializerResultBuilder.actionParameters(Map<String,Parameter> actionParameters) |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
ODataJsonDeserializer.parameter(String content,
EdmParameter parameter)
Reads a parameter value from a String.
|
Copyright © 2023. All rights reserved.