public class PayloadProcessor extends Object
| Constructor and Description |
|---|
PayloadProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
processRequestPayload(EdmType edmType,
ODataEntry odataEntry)
Certain primitive types like UUID, Time, DateTime, DateTimeOffset and Date
have to be converted to String, Instant
since Olingo V2 does not support Java8 date and Time data types.
|
public static Map<String,Object> processRequestPayload(EdmType edmType, ODataEntry odataEntry)
edmType - EdmTypeodataEntry - ODataEntryCopyright © 2021. All rights reserved.