public class StructDataParser extends Object
Modifier and Type | Method and Description |
---|---|
static StructDataParser |
create(CdsStructuredType type) |
List<Map<String,Object>> |
parseArray(String jsonArray) |
static <T> List<T> |
parseArrayOf(CdsSimpleType itemType,
String jsonArray) |
static List<Map<String,Object>> |
parseArrayOf(CdsStructuredType itemType,
String jsonArray) |
static List<?> |
parseArrayOf(CdsType itemType,
String jsonArray) |
Map<String,Object> |
parseObject(String jsonObject) |
public static StructDataParser create(CdsStructuredType type)
public static <T> List<T> parseArrayOf(CdsSimpleType itemType, String jsonArray)
public static List<Map<String,Object>> parseArrayOf(CdsStructuredType itemType, String jsonArray)
Copyright © 2021 SAP. All rights reserved.