Skip navigation links
org.openidentityplatform.commons.json-fluent 2.1.2 Documentation
A C D E G H I J K L O P R S T U V 

A

add(String, Object) - Method in class org.forgerock.json.fluent.JsonValue
Adds the specified value.
add(int, Object) - Method in class org.forgerock.json.fluent.JsonValue
Adds the specified value to the list.
add(int, E) - Method in class org.forgerock.json.fluent.JsonValueList
Inserts the specified element at the specified position in this list.
applyTransformers() - Method in class org.forgerock.json.fluent.JsonValue
Applies all of the transformations to the value.
asBoolean() - Method in class org.forgerock.json.fluent.JsonValue
Returns the JSON value as a Boolean object.
asCharset() - Method in class org.forgerock.json.fluent.JsonValue
Returns the JSON string value as a character set used for byte encoding/decoding.
asDouble() - Method in class org.forgerock.json.fluent.JsonValue
Returns the JSON value as a Double object.
asEnum(Class<T>) - Method in class org.forgerock.json.fluent.JsonValue
Returns the JSON string value as an enum constant of the specified enum type.
asFile() - Method in class org.forgerock.json.fluent.JsonValue
Returns the JSON string value as a File object.
asInteger() - Method in class org.forgerock.json.fluent.JsonValue
Returns the JSON value as an Integer object.
asList() - Method in class org.forgerock.json.fluent.JsonValue
Returns the JSON value as a List object.
asList(Class<E>) - Method in class org.forgerock.json.fluent.JsonValue
Returns the JSON value as a List containing objects of the specified type.
asLong() - Method in class org.forgerock.json.fluent.JsonValue
Returns the JSON value as a Long object.
asMap() - Method in class org.forgerock.json.fluent.JsonValue
Returns the JSON value as a Map object.
asNumber() - Method in class org.forgerock.json.fluent.JsonValue
Returns the JSON value as a Number object.
asPattern() - Method in class org.forgerock.json.fluent.JsonValue
Returns the JSON string value as a regular expression pattern.
asPointer() - Method in class org.forgerock.json.fluent.JsonValue
Returns the JSON string value as a JSON pointer.
asString() - Method in class org.forgerock.json.fluent.JsonValue
Returns the JSON value as a String object.
asURI() - Method in class org.forgerock.json.fluent.JsonValue
Returns the JSON string value as a uniform resource identifier.
asUUID() - Method in class org.forgerock.json.fluent.JsonValue
Returns the JSON string value as a universally unique identifier (UUID).

C

child(String) - Method in class org.forgerock.json.fluent.JsonPointer
Returns a new JSON pointer, which identifies a specified child member of the object identified by this pointer.
child(int) - Method in class org.forgerock.json.fluent.JsonPointer
Returns a new JSON pointer, which identifies a specified child element of the array identified by this pointer.
clear() - Method in class org.forgerock.json.fluent.JsonValue
Removes all child values from this JSON value, if it has any.
clear() - Method in class org.forgerock.json.fluent.JsonValueList
Removes all of the elements from this list.
clear() - Method in class org.forgerock.json.fluent.JsonValueMap
Removes all of the mappings from this map.
clone() - Method in class org.forgerock.json.fluent.JsonValue
Returns a shallow copy of this JSON value.
contains(Object) - Method in class org.forgerock.json.fluent.JsonValue
Returns true this JSON value contains an item with the specified value.
containsKey(Object) - Method in class org.forgerock.json.fluent.JsonValueMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class org.forgerock.json.fluent.JsonValueMap
Returns true if this map maps one or more keys to the specified value.
copy() - Method in class org.forgerock.json.fluent.JsonValue
Returns a deep copy of this JSON value.

D

defaultTo(Object) - Method in class org.forgerock.json.fluent.JsonValue
Defaults the JSON value to the specified value if it is currently null.

E

entrySet() - Method in class org.forgerock.json.fluent.JsonValueMap
Returns a Set view of the mappings contained in this map.
equals(Object) - Method in class org.forgerock.json.fluent.JsonPointer
Compares the specified object with this pointer for equality.
equals(Object) - Method in class org.forgerock.json.fluent.JsonValueList
Compares the specified object with this list for equality.
equals(Object) - Method in class org.forgerock.json.fluent.JsonValueMap
Compares the specified object with this map for equality.
expect(Class<?>) - Method in class org.forgerock.json.fluent.JsonValue
Called to enforce that the JSON value is of a particular type.

G

get(int) - Method in class org.forgerock.json.fluent.JsonPointer
Returns the reference token at the specified position.
get(String) - Method in class org.forgerock.json.fluent.JsonValue
Returns the specified item value.
get(int) - Method in class org.forgerock.json.fluent.JsonValue
Returns the specified child value.
get(JsonPointer) - Method in class org.forgerock.json.fluent.JsonValue
Returns the specified child value with a pointer, relative to this value as root.
get(int) - Method in class org.forgerock.json.fluent.JsonValueList
Returns the element at the specified position in this list.
get(Object) - Method in class org.forgerock.json.fluent.JsonValueMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getJsonValue() - Method in exception org.forgerock.json.fluent.JsonValueException
Returns the JSON value for which the exception was thrown.
getMessage() - Method in exception org.forgerock.json.fluent.JsonValueException
Returns the detail message string of this exception.
getObject() - Method in class org.forgerock.json.fluent.JsonValue
Returns the raw Java object representing this JSON value.
getPointer() - Method in class org.forgerock.json.fluent.JsonValue
Returns the pointer of the JSON value in its JSON structure.
getTransformers() - Method in class org.forgerock.json.fluent.JsonValue
Returns the JSON value's list of transformers.
getWrappedObject() - Method in class org.forgerock.json.fluent.JsonValue
Returns a Java object representing this JSON value.

H

hashCode() - Method in class org.forgerock.json.fluent.JsonPointer
Returns the hash code value for this pointer.
hashCode() - Method in class org.forgerock.json.fluent.JsonValueList
Returns the hash code value for this list.
hashCode() - Method in class org.forgerock.json.fluent.JsonValueMap
Returns the hash code value for this map.

I

isBoolean() - Method in class org.forgerock.json.fluent.JsonValue
Returns true if the JSON value is a Boolean.
isDefined(String) - Method in class org.forgerock.json.fluent.JsonValue
Returns true if this JSON value contains the specified item.
isEmpty() - Method in class org.forgerock.json.fluent.JsonPointer
Returns true if this pointer identifies the root value of a JSON structure.
isEmpty() - Method in class org.forgerock.json.fluent.JsonValueMap
Returns true if this map contains no key-value mappings.
isList() - Method in class org.forgerock.json.fluent.JsonValue
Returns true if the JSON value is a List.
isMap() - Method in class org.forgerock.json.fluent.JsonValue
Returns true if the JSON value is a Map.
isNull() - Method in class org.forgerock.json.fluent.JsonValue
Returns true if the value is null.
isNumber() - Method in class org.forgerock.json.fluent.JsonValue
Returns true if the JSON value is a Number.
isString() - Method in class org.forgerock.json.fluent.JsonValue
Returns true if the JSON value is a String.
iterator() - Method in class org.forgerock.json.fluent.JsonPointer
Returns an iterator over the pointer's reference tokens.
iterator() - Method in class org.forgerock.json.fluent.JsonValue
Returns an iterator over the child values that this JSON value contains.

J

JsonException - Exception in org.forgerock.json.fluent
An exception that is thrown during JSON operations.
JsonException() - Constructor for exception org.forgerock.json.fluent.JsonException
Constructs a new exception with null as its detail message.
JsonException(String) - Constructor for exception org.forgerock.json.fluent.JsonException
Constructs a new exception with the specified detail message.
JsonException(Throwable) - Constructor for exception org.forgerock.json.fluent.JsonException
Constructs a new exception with the specified cause.
JsonException(String, Throwable) - Constructor for exception org.forgerock.json.fluent.JsonException
Constructs a new exception with the specified detail message and cause.
JsonPointer - Class in org.forgerock.json.fluent
Identifies a specific value within a JSON structure.
JsonPointer() - Constructor for class org.forgerock.json.fluent.JsonPointer
Constructs a JSON pointer, identifying the root value of a JSON structure.
JsonPointer(String) - Constructor for class org.forgerock.json.fluent.JsonPointer
Constructs a JSON pointer, identifying the specified pointer value.
JsonPointer(String[]) - Constructor for class org.forgerock.json.fluent.JsonPointer
Constructs a JSON pointer from an array of reference tokens.
JsonPointer(Iterable<String>) - Constructor for class org.forgerock.json.fluent.JsonPointer
Constructs a JSON pointer from an iterable collection of reference tokens.
JsonTransformer - Interface in org.forgerock.json.fluent
Interface for transforming JSON values.
JsonValue - Class in org.forgerock.json.fluent
Represents a value in a JSON object model structure.
JsonValue(Object, JsonPointer, Collection<? extends JsonTransformer>) - Constructor for class org.forgerock.json.fluent.JsonValue
Constructs a JSON value object with given object, pointer and transformers.
JsonValue(Object, Collection<? extends JsonTransformer>) - Constructor for class org.forgerock.json.fluent.JsonValue
Constructs a JSON value object with a given object and transformers.
JsonValue(Object, JsonPointer) - Constructor for class org.forgerock.json.fluent.JsonValue
Constructs a JSON value object with a given object and pointer.
JsonValue(Object) - Constructor for class org.forgerock.json.fluent.JsonValue
Constructs a JSON value object with a given object.
JsonValueException - Exception in org.forgerock.json.fluent
An exception that is thrown during JSON value operations.
JsonValueException(JsonValue) - Constructor for exception org.forgerock.json.fluent.JsonValueException
Constructs a new exception with the specified JSON value and null as its detail message.
JsonValueException(JsonValue, String) - Constructor for exception org.forgerock.json.fluent.JsonValueException
Constructs a new exception with the specified JSON value and detail message.
JsonValueException(JsonValue, Throwable) - Constructor for exception org.forgerock.json.fluent.JsonValueException
Constructs a new exception with the specified JSON value and cause.
JsonValueException(JsonValue, String, Throwable) - Constructor for exception org.forgerock.json.fluent.JsonValueException
Constructs a new exception with the specified JSON value, detail message and cause.
JsonValueList<E> - Class in org.forgerock.json.fluent
TODO: Description.
JsonValueList(JsonValue) - Constructor for class org.forgerock.json.fluent.JsonValueList
TODO: Description.
JsonValueMap - Class in org.forgerock.json.fluent
TODO: Description.
JsonValueMap(JsonValue) - Constructor for class org.forgerock.json.fluent.JsonValueMap
TODO: Description.
JsonValueWrapper - Interface in org.forgerock.json.fluent
TODO: Description.

K

keys() - Method in class org.forgerock.json.fluent.JsonValue
Returns the set of keys for this JSON value's child values.
keySet() - Method in class org.forgerock.json.fluent.JsonValueMap
Returns a Set view of the keys contained in this map.

L

leaf() - Method in class org.forgerock.json.fluent.JsonPointer
Returns the last (leaf) reference token of the JSON pointer, or null if the pointer contains no reference tokens (i.e.

O

org.forgerock.json.fluent - package org.forgerock.json.fluent
 

P

parent() - Method in class org.forgerock.json.fluent.JsonPointer
Returns a pointer to the parent of the JSON value identified by this JSON pointer, or null if the pointer has no parent JSON value (i.e.
put(String, Object) - Method in class org.forgerock.json.fluent.JsonValue
Sets the value of the specified member.
put(int, Object) - Method in class org.forgerock.json.fluent.JsonValue
Sets the value of the specified child list element.
put(JsonPointer, Object) - Method in class org.forgerock.json.fluent.JsonValue
Sets the value of the value identified by the specified pointer, relative to this value as root.
put(String, Object) - Method in class org.forgerock.json.fluent.JsonValueMap
Associates the specified value with the specified key in this map.
putAll(Map<? extends String, ? extends Object>) - Method in class org.forgerock.json.fluent.JsonValueMap
Copies all of the mappings from the specified map to this map.

R

relativePointer() - Method in class org.forgerock.json.fluent.JsonPointer
Returns a pointer containing all but the first reference token contained in this pointer, or / if this pointer contains less than 2 reference tokens.
relativePointer(int) - Method in class org.forgerock.json.fluent.JsonPointer
Returns a pointer containing the last sz reference tokens contained in this pointer.
remove(String) - Method in class org.forgerock.json.fluent.JsonValue
Removes the specified child value.
remove(int) - Method in class org.forgerock.json.fluent.JsonValue
Removes the specified child value, shifting any subsequent elements to the left.
remove(int) - Method in class org.forgerock.json.fluent.JsonValueList
Removes the element at the specified position in this list.
remove(Object) - Method in class org.forgerock.json.fluent.JsonValueMap
Removes the mapping for a key from this map if it is present.
required() - Method in class org.forgerock.json.fluent.JsonValue
Throws a JsonValueException if the JSON value is null.

S

set(int, E) - Method in class org.forgerock.json.fluent.JsonValueList
Replaces the element at the specified position in this list with the specified element.
setObject(Object) - Method in class org.forgerock.json.fluent.JsonValue
Sets the Java object representing this JSON value.
size() - Method in class org.forgerock.json.fluent.JsonPointer
Returns the number of reference tokens in the pointer.
size() - Method in class org.forgerock.json.fluent.JsonValue
Returns the number of values that this JSON value contains.
size() - Method in class org.forgerock.json.fluent.JsonValueList
Returns the number of elements in this list.
size() - Method in class org.forgerock.json.fluent.JsonValueMap
Returns the number of key-value mappings in this map.

T

toArray() - Method in class org.forgerock.json.fluent.JsonPointer
Returns a newly allocated array of strings, containing the pointer's reference tokens.
toString() - Method in class org.forgerock.json.fluent.JsonPointer
Returns the JSON pointer string value.
toString() - Method in class org.forgerock.json.fluent.JsonValue
Returns a string representation of the JSON value.
transform(JsonValue) - Method in interface org.forgerock.json.fluent.JsonTransformer
Performs the transformation of the specified JSON value.

U

unwrap() - Method in class org.forgerock.json.fluent.JsonValueList
 
unwrap() - Method in class org.forgerock.json.fluent.JsonValueMap
 
unwrap() - Method in interface org.forgerock.json.fluent.JsonValueWrapper
TODO: Description.

V

values() - Method in class org.forgerock.json.fluent.JsonValueMap
Returns a Collection view of the values contained in this map.
A C D E G H I J K L O P R S T U V 
Skip navigation links
org.openidentityplatform.commons.json-fluent 2.1.2 Documentation

Copyright © 2024 Open Identity Platform Community. All rights reserved.