A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
_
J
- JsonArray - class in com.openlayer.api.core
- A JsonValue representing a JSON array value.
- JsonBoolean - class in com.openlayer.api.core
- A JsonValue representing a JSON boolean value.
- JsonField - class in com.openlayer.api.core
- A class representing a serializable JSON field.
- JsonField.Deserializer - class in com.openlayer.api.core.JsonField
- JsonField.IsMissing - class in com.openlayer.api.core.JsonField
- This class is a Jackson filter that can be used to exclude missing properties from objects.
- JsonField.Visitor - class in com.openlayer.api.core.JsonField
- An interface that defines how to map each possible state of a
JsonField<T>to a value of type R. - jsonMapper(com.fasterxml.jackson.databind.json.JsonMapper) - function in com.openlayer.api.client.okhttp.OpenlayerOkHttpClient.Builder
- The Jackson JSON mapper to use for serializing and deserializing JSON.
- jsonMapper(com.fasterxml.jackson.databind.json.JsonMapper) - function in com.openlayer.api.client.okhttp.OpenlayerOkHttpClientAsync.Builder
- The Jackson JSON mapper to use for serializing and deserializing JSON.
- jsonMapper() - function in com.openlayer.api.core.ClientOptions
- The Jackson JSON mapper to use for serializing and deserializing JSON.
- jsonMapper(com.fasterxml.jackson.databind.json.JsonMapper) - function in com.openlayer.api.core.ClientOptions.Builder
- The Jackson JSON mapper to use for serializing and deserializing JSON.
- jsonMapper() - function in com.openlayer.api.core.ObjectMappers
- JsonMissing - class in com.openlayer.api.core
- A JsonValue representing an omitted JSON field.
- JsonMissing.Serializer - class in com.openlayer.api.core.JsonMissing
- JsonNull - class in com.openlayer.api.core
- A JsonValue representing a JSON
nullvalue. - JsonNumber - class in com.openlayer.api.core
- A JsonValue representing a JSON number value.
- JsonObject - class in com.openlayer.api.core
- A JsonValue representing a JSON object value.
- JsonString - class in com.openlayer.api.core
- A JsonValue representing a JSON string value.
- JsonValue - class in com.openlayer.api.core
- A class representing an arbitrary JSON value.
- JsonValue.Deserializer - class in com.openlayer.api.core.JsonValue
- JsonValue.Visitor - class in com.openlayer.api.core.JsonValue
- An interface that defines how to map each variant state of a JsonValue to a value of type R.