public class DMNParseUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
DMNParseUtil() |
| Modifier and Type | Method and Description |
|---|---|
protected static Object |
formatElementValue(Object value,
Class<?> collectionType) |
static Collection |
getCollectionFromArrayNode(com.fasterxml.jackson.databind.node.ArrayNode arrayNode) |
protected static Object |
getFormattedValue(Object value,
Object inputCollection) |
protected static Object |
getJsonValue(com.fasterxml.jackson.databind.JsonNode jsonNode) |
protected static Object |
getNumberValue(String value) |
protected static Object |
getNumberValue(String value,
Class<?> targetType) |
protected static Class<?> |
getTargetType(Object targetTypeObject) |
static boolean |
isArrayNode(Object collection) |
static boolean |
isCollection(Object collection) |
static boolean |
isJavaCollection(Object collection) |
static boolean |
isParseableCollection(Object value) |
static Collection |
parseCollection(Object value,
Object targetType) |
protected static String |
removedSurroundingQuotes(String value) |
protected static List<Object> |
split(String str,
Class<?> collectionType) |
public static boolean isCollection(Object collection)
public static boolean isJavaCollection(Object collection)
public static boolean isArrayNode(Object collection)
public static boolean isParseableCollection(Object value)
public static Collection parseCollection(Object value, Object targetType)
public static Collection getCollectionFromArrayNode(com.fasterxml.jackson.databind.node.ArrayNode arrayNode)
protected static Object getJsonValue(com.fasterxml.jackson.databind.JsonNode jsonNode)
protected static Object formatElementValue(Object value, Class<?> collectionType)
Copyright © 2021 Flowable. All rights reserved.