- ParserContext<T> - Interface in blue.endless.jankson.impl
-
- POJODeserializer - Class in blue.endless.jankson.impl
-
- POJODeserializer() - Constructor for class blue.endless.jankson.impl.POJODeserializer
-
- print(StringBuilder, String, int, JsonGrammar) - Static method in class blue.endless.jankson.impl.serializer.CommentSerializer
-
- print(StringBuilder, String, int, boolean, boolean) - Static method in class blue.endless.jankson.impl.serializer.CommentSerializer
-
- printCommas(boolean) - Method in class blue.endless.jankson.JsonGrammar.Builder
-
Indicates whether commas should be output to make the result more readable.
- printCommas - Variable in class blue.endless.jankson.JsonGrammar
-
- printTrailingCommas(boolean) - Method in class blue.endless.jankson.JsonGrammar.Builder
-
If true, JSON5 trailing commas will be printed in all objects and lists.
- printTrailingCommas - Variable in class blue.endless.jankson.JsonGrammar
-
- printWhitespace(boolean) - Method in class blue.endless.jankson.JsonGrammar.Builder
-
Indicates whether additional tabs and newlines should be printed to make json more
readable for humans.
- printWhitespace - Variable in class blue.endless.jankson.JsonGrammar
-
- push(ParserContext<T>, Consumer<T>) - Method in class blue.endless.jankson.Jankson
-
Pushes a context onto the stack.
- put(String, JsonElement, String) - Method in class blue.endless.jankson.JsonObject
-
Replaces a key-value mapping in this object if it exists, or adds the mapping to the end of the object if it
doesn't.
- put(String, JsonElement) - Method in class blue.endless.jankson.JsonObject
-
Replaces a key-value mapping in this object if it exists, or adds the mapping to the end of the object if it
doesn't.
- putAll(Map<? extends String, ? extends JsonElement>) - Method in class blue.endless.jankson.JsonObject
-
- putDefault(String, JsonElement, String) - Method in class blue.endless.jankson.JsonObject
-
- putDefault(String, T, String) - Method in class blue.endless.jankson.JsonObject
-
May return null if the existing object can't be marshalled to elem's class
- putDefault(String, T, Class<? extends T>, String) - Method in class blue.endless.jankson.JsonObject
-
May return null if the existing object can't be marshalled to the target class