public interface Value extends FieldAccessors
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Value.List |
static interface |
Value.Map |
| Modifier and Type | Method and Description |
|---|---|
Value.List |
asList() |
Value.Map |
asMap() |
static Value.List |
newList() |
static Value |
of(Boolean b) |
static Value |
of(Double d) |
static Value |
of(String s) |
static Value |
ofJson(JsonParser parser) |
static Value |
ofJson(JsonParser parser,
boolean validateEof) |
static Value |
ofJson(Reader json) |
static Value |
ofJson(String jsonString) |
getAs, getBoolean, getBooleanAs, getByte, getByteAs, getDouble, getDoubleAs, getFloat, getFloatAs, getInt, getIntAs, getLong, getLongAs, getObject, getShort, getShortAs, getString, getStringAsstatic Value.List newList()
static Value ofJson(JsonParser parser)
static Value ofJson(JsonParser parser, boolean validateEof)
Value.Map asMap()
Value.List asList()
Copyright © 2014. All rights reserved.