Skip navigation links
A C E F G H I J K M N P R S T V 

A

append(Json.JValue) - Method in class net.hamnaberg.json.Json.JArray
 
asBigDecimal() - Method in class net.hamnaberg.json.Json.JValue
 
asBoolean() - Method in class net.hamnaberg.json.Json.JValue
 
asDouble() - Method in class net.hamnaberg.json.Json.JNumber
 
asInt() - Method in class net.hamnaberg.json.Json.JNumber
 
asJsonArray() - Method in class net.hamnaberg.json.Json.JValue
 
asJsonArrayOrEmpty() - Method in class net.hamnaberg.json.Json.JValue
 
asJsonBoolean() - Method in class net.hamnaberg.json.Json.JValue
 
asJsonNull() - Method in class net.hamnaberg.json.Json.JValue
 
asJsonNumber() - Method in class net.hamnaberg.json.Json.JValue
 
asJsonObject() - Method in class net.hamnaberg.json.Json.JValue
 
asJsonObjectOrEmpty() - Method in class net.hamnaberg.json.Json.JValue
 
asJsonString() - Method in class net.hamnaberg.json.Json.JValue
 
asLong() - Method in class net.hamnaberg.json.Json.JNumber
 
asString() - Method in class net.hamnaberg.json.Json.JValue
 

C

containsKey(String) - Method in class net.hamnaberg.json.Json.JObject
 
containsValue(Json.JValue) - Method in class net.hamnaberg.json.Json.JObject
 

E

entrySet() - Method in class net.hamnaberg.json.Json.JObject
 
equals(Object) - Method in class net.hamnaberg.json.Json.JArray
 
equals(Object) - Method in class net.hamnaberg.json.Json.JBoolean
 
equals(Object) - Method in class net.hamnaberg.json.Json.JNull
 
equals(Object) - Method in class net.hamnaberg.json.Json.JNumber
 
equals(Object) - Method in class net.hamnaberg.json.Json.JObject
 
equals(Object) - Method in class net.hamnaberg.json.Json.JString
 
equals(Object) - Method in class net.hamnaberg.json.Json.JValue
 

F

fold(Function<Json.JString, X>, Function<Json.JBoolean, X>, Function<Json.JNumber, X>, Function<Json.JObject, X>, Function<Json.JArray, X>, Supplier<X>) - Method in class net.hamnaberg.json.Json.JArray
 
fold(Function<Json.JString, X>, Function<Json.JBoolean, X>, Function<Json.JNumber, X>, Function<Json.JObject, X>, Function<Json.JArray, X>, Supplier<X>) - Method in class net.hamnaberg.json.Json.JBoolean
 
fold(Function<Json.JString, X>, Function<Json.JBoolean, X>, Function<Json.JNumber, X>, Function<Json.JObject, X>, Function<Json.JArray, X>, Supplier<X>) - Method in class net.hamnaberg.json.Json.JNull
 
fold(Function<Json.JString, X>, Function<Json.JBoolean, X>, Function<Json.JNumber, X>, Function<Json.JObject, X>, Function<Json.JArray, X>, Supplier<X>) - Method in class net.hamnaberg.json.Json.JNumber
 
fold(Function<Json.JString, X>, Function<Json.JBoolean, X>, Function<Json.JNumber, X>, Function<Json.JObject, X>, Function<Json.JArray, X>, Supplier<X>) - Method in class net.hamnaberg.json.Json.JObject
 
fold(Function<Json.JString, X>, Function<Json.JBoolean, X>, Function<Json.JNumber, X>, Function<Json.JObject, X>, Function<Json.JArray, X>, Supplier<X>) - Method in class net.hamnaberg.json.Json.JString
 
fold(Function<Json.JString, X>, Function<Json.JBoolean, X>, Function<Json.JNumber, X>, Function<Json.JObject, X>, Function<Json.JArray, X>, Supplier<X>) - Method in class net.hamnaberg.json.Json.JValue
 
foldUnit(Consumer<Json.JString>, Consumer<Json.JBoolean>, Consumer<Json.JNumber>, Consumer<Json.JObject>, Consumer<Json.JArray>, Runnable) - Method in class net.hamnaberg.json.Json.JArray
 
foldUnit(Consumer<Json.JString>, Consumer<Json.JBoolean>, Consumer<Json.JNumber>, Consumer<Json.JObject>, Consumer<Json.JArray>, Runnable) - Method in class net.hamnaberg.json.Json.JBoolean
 
foldUnit(Consumer<Json.JString>, Consumer<Json.JBoolean>, Consumer<Json.JNumber>, Consumer<Json.JObject>, Consumer<Json.JArray>, Runnable) - Method in class net.hamnaberg.json.Json.JNull
 
foldUnit(Consumer<Json.JString>, Consumer<Json.JBoolean>, Consumer<Json.JNumber>, Consumer<Json.JObject>, Consumer<Json.JArray>, Runnable) - Method in class net.hamnaberg.json.Json.JNumber
 
foldUnit(Consumer<Json.JString>, Consumer<Json.JBoolean>, Consumer<Json.JNumber>, Consumer<Json.JObject>, Consumer<Json.JArray>, Runnable) - Method in class net.hamnaberg.json.Json.JObject
 
foldUnit(Consumer<Json.JString>, Consumer<Json.JBoolean>, Consumer<Json.JNumber>, Consumer<Json.JObject>, Consumer<Json.JArray>, Runnable) - Method in class net.hamnaberg.json.Json.JString
 
foldUnit(Consumer<Json.JString>, Consumer<Json.JBoolean>, Consumer<Json.JNumber>, Consumer<Json.JObject>, Consumer<Json.JArray>, Runnable) - Method in class net.hamnaberg.json.Json.JValue
 
forEach(BiConsumer<String, Json.JValue>) - Method in class net.hamnaberg.json.Json.JObject
 

G

get(int) - Method in class net.hamnaberg.json.Json.JArray
 
get(String) - Method in class net.hamnaberg.json.Json.JObject
 
getAs(String, Function<Json.JValue, Option<A>>) - Method in class net.hamnaberg.json.Json.JObject
 
getAsBigDecimal(String) - Method in class net.hamnaberg.json.Json.JObject
 
getAsBoolean(String) - Method in class net.hamnaberg.json.Json.JObject
 
getAsString(String) - Method in class net.hamnaberg.json.Json.JObject
 
getListAs(Function<Json.JValue, Option<A>>) - Method in class net.hamnaberg.json.Json.JArray
 
getListAsBigDecimals() - Method in class net.hamnaberg.json.Json.JArray
 
getListAsObjects() - Method in class net.hamnaberg.json.Json.JArray
 
getListAsStrings() - Method in class net.hamnaberg.json.Json.JArray
 
getOrDefault(String, Json.JValue) - Method in class net.hamnaberg.json.Json.JObject
 
getValue() - Method in class net.hamnaberg.json.Json.JArray
 
getValue() - Method in class net.hamnaberg.json.Json.JNumber
 
getValue() - Method in class net.hamnaberg.json.Json.JObject
 
getValue() - Method in class net.hamnaberg.json.Json.JString
 

H

hashCode() - Method in class net.hamnaberg.json.Json.JArray
 
hashCode() - Method in class net.hamnaberg.json.Json.JBoolean
 
hashCode() - Method in class net.hamnaberg.json.Json.JNull
 
hashCode() - Method in class net.hamnaberg.json.Json.JNumber
 
hashCode() - Method in class net.hamnaberg.json.Json.JObject
 
hashCode() - Method in class net.hamnaberg.json.Json.JString
 
hashCode() - Method in class net.hamnaberg.json.Json.JValue
 
headOption() - Method in class net.hamnaberg.json.Json.JArray
 

I

insert(int, Json.JValue) - Method in class net.hamnaberg.json.Json.JArray
 
INSTANCE - Static variable in class net.hamnaberg.json.Json.JNull
 
isEmpty() - Method in class net.hamnaberg.json.Json.JObject
 
isValue() - Method in class net.hamnaberg.json.Json.JBoolean
 
iterator() - Method in class net.hamnaberg.json.Json.JArray
 
iterator() - Method in class net.hamnaberg.json.Json.JObject
 

J

jArray(Iterable<Json.JValue>) - Static method in class net.hamnaberg.json.Json
 
jArray(Json.JValue, Json.JValue...) - Static method in class net.hamnaberg.json.Json
 
jBoolean(boolean) - Static method in class net.hamnaberg.json.Json
 
jEmptyArray() - Static method in class net.hamnaberg.json.Json
 
jEmptyObject() - Static method in class net.hamnaberg.json.Json
 
jNull() - Static method in class net.hamnaberg.json.Json
 
jNumber(BigDecimal) - Static method in class net.hamnaberg.json.Json
 
jNumber(int) - Static method in class net.hamnaberg.json.Json
 
jNumber(double) - Static method in class net.hamnaberg.json.Json
 
jNumber(long) - Static method in class net.hamnaberg.json.Json
 
jNumber(Number) - Static method in class net.hamnaberg.json.Json
 
jObject(String, Json.JValue) - Static method in class net.hamnaberg.json.Json
 
jObject(Map.Entry<String, Json.JValue>, Map.Entry<String, Json.JValue>...) - Static method in class net.hamnaberg.json.Json
 
jObject(Iterable<Map.Entry<String, Json.JValue>>) - Static method in class net.hamnaberg.json.Json
 
jObject(Map<String, Json.JValue>) - Static method in class net.hamnaberg.json.Json
 
Json - Class in net.hamnaberg.json
 
Json.JArray - Class in net.hamnaberg.json
 
Json.JBoolean - Class in net.hamnaberg.json
 
Json.JNull - Class in net.hamnaberg.json
 
Json.JNumber - Class in net.hamnaberg.json
 
Json.JObject - Class in net.hamnaberg.json
 
Json.JString - Class in net.hamnaberg.json
 
Json.JValue - Class in net.hamnaberg.json
 
jString(String) - Static method in class net.hamnaberg.json.Json
 
JValue() - Constructor for class net.hamnaberg.json.Json.JValue
 

K

keySet() - Method in class net.hamnaberg.json.Json.JObject
 

M

mapToList(BiFunction<String, Json.JValue, B>) - Method in class net.hamnaberg.json.Json.JObject
 
mapValues(Function<Json.JValue, B>) - Method in class net.hamnaberg.json.Json.JObject
 

N

net.hamnaberg.json - package net.hamnaberg.json
 

P

prepend(Json.JValue) - Method in class net.hamnaberg.json.Json.JArray
 
put(String, Json.JValue) - Method in class net.hamnaberg.json.Json.JObject
 

R

remove(int) - Method in class net.hamnaberg.json.Json.JArray
 

S

size() - Method in class net.hamnaberg.json.Json.JArray
 
size() - Method in class net.hamnaberg.json.Json.JObject
 
stream() - Method in class net.hamnaberg.json.Json.JArray
 
stream() - Method in class net.hamnaberg.json.Json.JObject
 

T

toString() - Method in class net.hamnaberg.json.Json.JArray
 
toString() - Method in class net.hamnaberg.json.Json.JBoolean
 
toString() - Method in class net.hamnaberg.json.Json.JNull
 
toString() - Method in class net.hamnaberg.json.Json.JNumber
 
toString() - Method in class net.hamnaberg.json.Json.JObject
 
toString() - Method in class net.hamnaberg.json.Json.JString
 
toString() - Method in class net.hamnaberg.json.Json.JValue
This is NOT the json representation.

V

value - Variable in class net.hamnaberg.json.Json.JArray
 
value - Variable in class net.hamnaberg.json.Json.JBoolean
 
value - Variable in class net.hamnaberg.json.Json.JNumber
 
value - Variable in class net.hamnaberg.json.Json.JObject
 
value - Variable in class net.hamnaberg.json.Json.JString
 
values() - Method in class net.hamnaberg.json.Json.JObject
 
A C E F G H I J K M N P R S T V 
Skip navigation links

Copyright © 2015. All rights reserved.