Package | Description |
---|---|
org.forgerock.json.fluent |
Modifier and Type | Class and Description |
---|---|
class |
JsonValueException
An exception that is thrown during JSON value operations.
|
Modifier and Type | Method and Description |
---|---|
void |
JsonValue.applyTransformers()
Applies all of the transformations to the value.
|
JsonValue |
JsonValue.get(int index)
Returns the specified child value.
|
JsonValue |
JsonValue.get(JsonPointer pointer)
Returns the specified child value with a pointer, relative to this value as root.
|
JsonValue |
JsonValue.get(String key)
Returns the specified item value.
|
void |
JsonTransformer.transform(JsonValue value)
Performs the transformation of the specified JSON value.
|
Constructor and Description |
---|
JsonPointer(String pointer)
Constructs a JSON pointer, identifying the specified pointer value.
|
JsonValue(Object object,
JsonPointer pointer,
Collection<? extends JsonTransformer> transformers)
Constructs a JSON value object with given object, pointer and transformers.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.