public final class PropertyJsonParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FIXED_VALUES |
| Modifier and Type | Method and Description |
|---|---|
static Property<?> |
parseProperty(String json)
Unmarshall
Feature from json string. |
static Property<?>[] |
parsePropertyArray(String json)
Parse the json expression as array of
Feature. |
static Property<?> |
parsePropertyMap(Map<String,Object> fMap)
Map of property.
|
public static final String FIXED_VALUES
public static Property<?> parseProperty(String json)
Feature from json string.json - json representation of feature.public static Property<?>[] parsePropertyArray(String json)
Feature.json - json expressionCopyright © 2013–2019 FF4J. All rights reserved.