Uses of Class
org.infinispan.commons.dataconversion.internal.Json
Packages that use 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
Methods in org.infinispan.commons.dataconversion.internal that return JsonModifier 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.static <T> Json
Json.array
(Collection<T> collection) 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.Methods in org.infinispan.commons.dataconversion.internal that return types with arguments of type JsonModifier and TypeMethodDescriptionJsonArrayCollector.accumulator()
Json.asJsonList()
Json.asJsonMap()
JsonArrayCollector.finisher()
Methods in org.infinispan.commons.dataconversion.internal with parameters of type JsonModifier 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.Method parameters in org.infinispan.commons.dataconversion.internal with type arguments of type JsonModifier 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) Constructors in org.infinispan.commons.dataconversion.internal with parameters of type Json -
Uses of Json in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return Json -
Uses of Json in org.infinispan.health
Methods in org.infinispan.health that return Json -
Uses of Json in org.infinispan.manager
Methods in org.infinispan.manager that return Json -
Uses of Json in org.infinispan.persistence.sql
Methods in org.infinispan.persistence.sql with parameters of type JsonModifier 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
Methods in org.infinispan.query.impl that return JsonMethods in org.infinispan.query.impl that return types with arguments of type Json -
Uses of Json in org.infinispan.query.remote.json
Methods in org.infinispan.query.remote.json that return Json -
Uses of Json in org.infinispan.rest.distribution
Methods in org.infinispan.rest.distribution that return Json -
Uses of Json in org.infinispan.search.mapper.mapping.metamodel
Methods in org.infinispan.search.mapper.mapping.metamodel that return Json -
Uses of Json in org.infinispan.server.core
Methods in org.infinispan.server.core that return JsonModifier and TypeMethodDescriptionServerStateManager.clientsReport()
BaseServerManagement.overviewReport()
ServerManagement.overviewReport()
ServerManagement.securityOverviewReport()
Methods in org.infinispan.server.core that return types with arguments of type Json -
Uses of Json in org.infinispan.server.core.dataconversion.deserializer
Methods in org.infinispan.server.core.dataconversion.deserializer that return Json -
Uses of Json in org.infinispan.stats
Methods in org.infinispan.stats that return Json -
Uses of Json in org.infinispan.stats.impl
Methods in org.infinispan.stats.impl that return Json -
Uses of Json in org.infinispan.tasks
Methods in org.infinispan.tasks that return Json