public final class JsonVal extends Object
| Modifier and Type | Field and Description |
|---|---|
static Function<Object,Boolean> |
asBoolean |
static Function<Object,Double> |
asDouble |
static Function<Object,Float> |
asFloat |
static Function<Object,Integer> |
asInteger |
static Function<Object,JsonArr> |
asJsonArr |
static Function<Object,JsonObj> |
asJsonObj |
static Function<Object,JsonVal> |
asJsonVal |
static Function<Object,Long> |
asLong |
static Function<Object,String> |
asString |
static Function<Object,Integer> |
stringAsInteger |
| Modifier and Type | Method and Description |
|---|---|
<A> A |
as(Function<Object,? extends A> converter) |
Object |
get() |
boolean |
isArr() |
boolean |
isObj() |
public JsonVal(Object val)
Copyright © 2009–2020 Opencast Project. All rights reserved.