Uses of Class
org.infinispan.commons.dataconversion.internal.Json
Package
Description
Commons package providing various utility classes
Cache manager API.
This package contains a
AdvancedLoadWriteStore
implementation based on
a JDBC database connection.Query module internals.
Cache statistics.
Server tasks API.
-
Uses of Json in org.infinispan.commons.dataconversion.internal
Modifier and TypeMethodDescriptionfinal Json
Add an arbitrary Java object to thisJson
array.Add the specifiedJson
element to this array.static Json
Json.array()
static Json
Return a new JSON array filled up with the list of arguments.Json.DefaultFactory.array()
Json.Factory.array()
Construct and return a JSON object.Json.at
(int index) Return theJson
element at the specified index of thisJson
array.Return the specified property of aJson
object ornull
if there's no such property.final Json
Return the specified property of aJson
object if it exists.final Json
Return the specified property of aJson
object if it exists.Json.atDel
(int index) Remove the element at the specified index from aJson
array and return that element.Remove the specified property from aJson
object and return that property.Json.DefaultFactory.bool
(boolean x) Json.Factory.bool
(boolean value) Construct and return a JSON boolean.protected Json
Json.collectWithOptions
(Json... options) Return an object representing the complete configuration of a merge.static <T> Json
JsonUtils.createJsonArray
(Collection<T> collection) static <T> Json
JsonUtils.createJsonArray
(Collection<T> collection, Function<T, Json> jsonFactory) static <T> Json
JsonUtils.createJsonArray
(Stream<T> stream) static <T> Json
JsonUtils.createJsonArray
(Stream<T> stream, Function<T, Json> jsonFactory) Json.delAt
(int index) Remove the element at the specified index from aJson
array.Delete the specified property from aJson
object.Json.dup()
JsonArrayCollector.getArray()
Json.location
(int line, int column) Construct and return a JSON object.static Json
Convert an arbitrary Java instance to aJson
instance.Json.DefaultFactory.nil()
Json.Factory.nil()
Construct and return an object representing JSONnull
.static Json
Json.nil()
Construct and return a JSON number.Json.DefaultFactory.object()
Json.Factory.object()
Construct and return a JSON object.static Json
Json.object()
static Json
Return a new JSON object initialized from the passed list of name/value pairs.static Json
Parse a JSON entity from its string representation.static Json
Parse a JSON entity from aURL
.static Json
Json.read
(CharacterIterator it) Parse a JSON entity from aCharacterIterator
.final Json
Remove the specified Java object (converted to a Json instance) from aJson
array.Remove the specified element from aJson
array.static Json
Json.help.resolvePointer
(String pointer, Json element) Given a JSON Pointer, as per RFC 6901, return the nested JSON value within theelement
parameter.Change the value of a JSON array element.final Json
Set aJson
objects's property.Set aJson
objects's property.Construct and return a JSON string.Json.Schema.toJson()
Return the JSON representation of the schema.JsonSerialization.toJson()
final Json
Json.up()
Validate a JSON document according to this schema.Same as{}@link #with(Json,Json...options)}
with each option argument converted toJson
first.Combine this object or array with the passed in object or array.Modifier and TypeMethodDescriptionJsonArrayCollector.accumulator()
Json.asJsonList()
Json.asJsonMap()
JsonArrayCollector.finisher()
Modifier and TypeMethodDescriptionAdd the specifiedJson
element to this array.void
final Json
Return the specified property of aJson
object if it exists.void
Explicitly set the parent of this element.protected Json
Json.collectWithOptions
(Json... options) Return an object representing the complete configuration of a merge.Remove the specified element from aJson
array.static Json
Json.help.resolvePointer
(String pointer, Json element) Given a JSON Pointer, as per RFC 6901, return the nested JSON value within theelement
parameter.static Json.Schema
static Json.Schema
Set aJson
objects's property.Validate a JSON document according to this schema.Same as{}@link #with(Json,Json...options)}
with each option argument converted toJson
first.Combine this object or array with the passed in object or array.Modifier and TypeMethodDescriptionstatic <T> Json
JsonUtils.createJsonArray
(Collection<T> collection, Function<T, Json> jsonFactory) static <T> Json
JsonUtils.createJsonArray
(Stream<T> stream, Function<T, Json> jsonFactory) static Json.Schema
Json.schema
(URI uri, Json.Function<URI, Json> relativeReferenceResolver) -
Uses of Json in org.infinispan.commons.util
-
Uses of Json in org.infinispan.health
-
Uses of Json in org.infinispan.manager
-
Uses of Json in org.infinispan.persistence.sql
Modifier and TypeMethodDescriptionprotected void
AbstractSchemaJdbcStore.SchemaTableOperations.setParameter
(PreparedStatement ps, AbstractSchemaJdbcStore.ProtostreamFieldType type, int position, Json json) This method assigns a parameter based on the type using the parameter type.protected void
AbstractSchemaJdbcStore.SchemaTableOperations.updateJsonWithParameter
(ResultSet rs, AbstractSchemaJdbcStore.Parameter parameter, int offset, Json json, boolean key) -
Uses of Json in org.infinispan.query.impl
-
Uses of Json in org.infinispan.query.remote.json
-
Uses of Json in org.infinispan.rest.distribution
-
Uses of Json in org.infinispan.search.mapper.mapping.metamodel
-
Uses of Json in org.infinispan.server.core
Modifier and TypeMethodDescriptionServerStateManager.clientsReport()
BaseServerManagement.overviewReport()
ServerManagement.overviewReport()
ServerManagement.securityOverviewReport()
-
Uses of Json in org.infinispan.stats
-
Uses of Json in org.infinispan.stats.impl
-
Uses of Json in org.infinispan.tasks