C F G J T
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- com.speedment.common.json - module com.speedment.common.json
- com.speedment.common.json - package com.speedment.common.json
-
This package contains the main json classes.
- com.speedment.common.json.exception - package com.speedment.common.json.exception
F
- fromJson(InputStream) - Static method in class com.speedment.common.json.Json
-
Parses the specified JSON stream of unicode characters into a java object.
- fromJson(String) - Static method in class com.speedment.common.json.Json
-
Parses the specified JSON string into a java object.
G
- getMessage() - Method in exception com.speedment.common.json.JsonSyntaxException
J
- Json - Class in com.speedment.common.json
-
A utility class that can parse strings into ordinary java objects.
- JsonException - Exception in com.speedment.common.json.exception
- JsonException() - Constructor for exception com.speedment.common.json.exception.JsonException
- JsonException(String) - Constructor for exception com.speedment.common.json.exception.JsonException
- JsonException(String, Throwable) - Constructor for exception com.speedment.common.json.exception.JsonException
- JsonException(String, Throwable, boolean, boolean) - Constructor for exception com.speedment.common.json.exception.JsonException
- JsonException(Throwable) - Constructor for exception com.speedment.common.json.exception.JsonException
- JsonSyntaxException - Exception in com.speedment.common.json
-
A special form of exception that is thrown when parsing of a json file fails.
- JsonSyntaxException() - Constructor for exception com.speedment.common.json.JsonSyntaxException
- JsonSyntaxException(String) - Constructor for exception com.speedment.common.json.JsonSyntaxException
- JsonSyntaxException(AtomicLong, AtomicLong) - Constructor for exception com.speedment.common.json.JsonSyntaxException
- JsonSyntaxException(AtomicLong, AtomicLong, String) - Constructor for exception com.speedment.common.json.JsonSyntaxException
- JsonSyntaxException(AtomicLong, AtomicLong, String, Throwable) - Constructor for exception com.speedment.common.json.JsonSyntaxException
- JsonSyntaxException(AtomicLong, AtomicLong, Throwable) - Constructor for exception com.speedment.common.json.JsonSyntaxException
T
- toJson(Object) - Static method in class com.speedment.common.json.Json
-
Parses the specified object to a JSON string.
- toJson(Object, boolean) - Static method in class com.speedment.common.json.Json
-
Parses the specified object to JSON and prints it to the specified stream.
- toJson(Object, OutputStream) - Static method in class com.speedment.common.json.Json
-
Parses the specified object to JSON and prints it to the specified stream.
- toJson(Object, OutputStream, boolean) - Static method in class com.speedment.common.json.Json
-
Parses the specified object to JSON and prints it to the specified stream.
All Classes All Packages