- get(JsonNode) - Method in class com.github.fge.jsonschema.jsonpointer.JsonNodeResolver
-
- get(T) - Method in class com.github.fge.jsonschema.jsonpointer.TokenResolver
-
Advance one level into the tree
- get(T) - Method in class com.github.fge.jsonschema.jsonpointer.TreePointer
-
Traverse a node and return the result
- getBaseNode() - Method in class com.github.fge.jsonschema.tree.BaseJsonTree
-
- getBaseNode() - Method in class com.github.fge.jsonschema.tree.BaseSchemaTree
-
- getBaseNode() - Method in interface com.github.fge.jsonschema.tree.SimpleTree
-
Return the node this tree was created with
- getContext() - Method in class com.github.fge.jsonschema.tree.BaseSchemaTree
-
Get the current resolution context
- getContext() - Method in interface com.github.fge.jsonschema.tree.SchemaTree
-
Get the current resolution context
- getDollarSchema() - Method in class com.github.fge.jsonschema.tree.BaseSchemaTree
-
- getDollarSchema() - Method in interface com.github.fge.jsonschema.tree.SchemaTree
-
Return the metaschema URI for that schema (ie, $schema)
- getExceptionThreshold() - Method in class com.github.fge.jsonschema.report.AbstractProcessingReport
-
- getExceptionThreshold() - Method in class com.github.fge.jsonschema.report.ForwardingReport
-
- getExceptionThreshold() - Method in interface com.github.fge.jsonschema.report.ProcessingReport
-
Get the exception threshold of this report
- getInstance() - Static method in class com.github.fge.jsonschema.report.SimpleExceptionProvider
-
- getInstance() - Static method in class com.github.fge.jsonschema.util.equivalence.JsonSchemaEquivalence
-
- getLoadingRef() - Method in class com.github.fge.jsonschema.tree.BaseSchemaTree
-
Get the loading URI for that schema
- getLoadingRef() - Method in interface com.github.fge.jsonschema.tree.SchemaTree
-
Get the loading URI for that schema
- getLocation() - Method in enum com.github.fge.jsonschema.SchemaVersion
-
Return the value of
$schema as a
JsonRef
- getLocator() - Method in class com.github.fge.jsonschema.ref.JsonRef
-
Return this JSON Reference's locator
- getLogLevel() - Method in class com.github.fge.jsonschema.report.AbstractProcessingReport
-
- getLogLevel() - Method in class com.github.fge.jsonschema.report.ForwardingReport
-
- getLogLevel() - Method in class com.github.fge.jsonschema.report.ProcessingMessage
-
Get the log level for this message
- getLogLevel() - Method in interface com.github.fge.jsonschema.report.ProcessingReport
-
Get the log level of this report
- getMessage() - Method in exception com.github.fge.jsonschema.exceptions.ProcessingException
-
- getMessage() - Method in exception com.github.fge.jsonschema.exceptions.unchecked.ProcessingError
-
- getMessage() - Method in class com.github.fge.jsonschema.report.ProcessingMessage
-
Get the main message
- getNode() - Method in class com.github.fge.jsonschema.tree.BaseJsonTree
-
- getNode() - Method in class com.github.fge.jsonschema.tree.BaseSchemaTree
-
- getNode() - Method in interface com.github.fge.jsonschema.tree.SimpleTree
-
Get the node at the current path
- getNodeType(JsonNode) - Static method in enum com.github.fge.jsonschema.util.NodeType
-
Given a
JsonNode as an argument, return its type.
- getPointer() - Method in class com.github.fge.jsonschema.ref.JsonRef
-
Return the fragment part of this JSON Reference as a JSON Pointer
- getPointer() - Method in class com.github.fge.jsonschema.tree.BaseJsonTree
-
- getPointer() - Method in class com.github.fge.jsonschema.tree.BaseSchemaTree
-
- getPointer() - Method in interface com.github.fge.jsonschema.tree.SimpleTree
-
Get the current path into the document
- getProcessingMessage() - Method in exception com.github.fge.jsonschema.exceptions.ProcessingException
-
- getProcessingMessage() - Method in exception com.github.fge.jsonschema.exceptions.unchecked.ProcessingError
-
- getProcessor() - Method in class com.github.fge.jsonschema.processing.ProcessorChain
-
- getProcessor() - Method in class com.github.fge.jsonschema.processing.ProcessorMap
-
Build the resulting processor from this map selector
- getProcessor() - Method in class com.github.fge.jsonschema.processing.ProcessorSelector
-
Build the processor from this selector
- getRaw() - Method in class com.github.fge.jsonschema.jsonpointer.ReferenceToken
-
Get the raw representation of that token as a string
- getReader() - Static method in class com.github.fge.jsonschema.util.JacksonUtils
-
- getSchema() - Method in enum com.github.fge.jsonschema.SchemaVersion
-
Return the meta schema as JSON
- getValue() - Method in class com.github.fge.jsonschema.util.ValueHolder
-
Get the value wrapped in the instance
- path(T) - Method in class com.github.fge.jsonschema.jsonpointer.TreePointer
-
Traverse a node and return the result
- pointer - Variable in class com.github.fge.jsonschema.ref.JsonRef
-
The pointer of this reference, if any
- pointer - Variable in class com.github.fge.jsonschema.tree.BaseJsonTree
-
The current JSON Pointer into the node.
- pointer - Variable in class com.github.fge.jsonschema.tree.BaseSchemaTree
-
The current JSON Pointer into the node.
- prettyPrint(JsonNode) - Static method in class com.github.fge.jsonschema.util.JacksonUtils
-
Pretty print a JSON value
- process(ProcessingReport, IN) - Method in class com.github.fge.jsonschema.processing.CachingProcessor
-
- process(ProcessingReport, IN) - Method in interface com.github.fge.jsonschema.processing.Processor
-
Process the input
- ProcessingConfigurationError - Exception in com.github.fge.jsonschema.exceptions.unchecked
-
Base unchecked exception class for processor configuration anomalies
- ProcessingConfigurationError(ProcessingMessage) - Constructor for exception com.github.fge.jsonschema.exceptions.unchecked.ProcessingConfigurationError
-
- ProcessingError - Exception in com.github.fge.jsonschema.exceptions.unchecked
-
Base unchecked exception class for processing errors
- ProcessingError(ProcessingMessage) - Constructor for exception com.github.fge.jsonschema.exceptions.unchecked.ProcessingError
-
- ProcessingErrors - Enum in com.github.fge.jsonschema.messages
-
Messages used by processing helper classes
- ProcessingException - Exception in com.github.fge.jsonschema.exceptions
-
Generic processing exception
- ProcessingException() - Constructor for exception com.github.fge.jsonschema.exceptions.ProcessingException
-
- ProcessingException(String) - Constructor for exception com.github.fge.jsonschema.exceptions.ProcessingException
-
- ProcessingException(ProcessingMessage) - Constructor for exception com.github.fge.jsonschema.exceptions.ProcessingException
-
- ProcessingException(String, Throwable) - Constructor for exception com.github.fge.jsonschema.exceptions.ProcessingException
-
- ProcessingException(ProcessingMessage, Throwable) - Constructor for exception com.github.fge.jsonschema.exceptions.ProcessingException
-
- ProcessingMessage - Class in com.github.fge.jsonschema.report
-
One processing message
- ProcessingMessage() - Constructor for class com.github.fge.jsonschema.report.ProcessingMessage
-
Constructor
- ProcessingReport - Interface in com.github.fge.jsonschema.report
-
Interface for a processing report
- Processor<IN extends MessageProvider,OUT extends MessageProvider> - Interface in com.github.fge.jsonschema.processing
-
Main processing interface
- ProcessorBuildError - Exception in com.github.fge.jsonschema.exceptions.unchecked
-
Exception thrown by processor builders on anomalous inputs
- ProcessorBuildError(ProcessingMessage) - Constructor for exception com.github.fge.jsonschema.exceptions.unchecked.ProcessorBuildError
-
- ProcessorChain<IN extends MessageProvider,OUT extends MessageProvider> - Class in com.github.fge.jsonschema.processing
-
A processor chain
- ProcessorMap<K,IN extends MessageProvider,OUT extends MessageProvider> - Class in com.github.fge.jsonschema.processing
-
Map-based processor selector, with an optional default processor
- ProcessorMap() - Constructor for class com.github.fge.jsonschema.processing.ProcessorMap
-
- ProcessorSelector<IN extends MessageProvider,OUT extends MessageProvider> - Class in com.github.fge.jsonschema.processing
-
A processor selector using predicates
- ProcessorSelector() - Constructor for class com.github.fge.jsonschema.processing.ProcessorSelector
-
Constructor
- ProcessorSelectorPredicate<IN extends MessageProvider,OUT extends MessageProvider> - Class in com.github.fge.jsonschema.processing
-
- put(String, JsonNode) - Method in class com.github.fge.jsonschema.report.ProcessingMessage
-
Add a key/value pair to this message
- put(String, AsJson) - Method in class com.github.fge.jsonschema.report.ProcessingMessage
-
Add a key/value pair to this message
- put(String, String) - Method in class com.github.fge.jsonschema.report.ProcessingMessage
-
Add a key/value pair to this message
- put(String, int) - Method in class com.github.fge.jsonschema.report.ProcessingMessage
-
Add a key/value pair to this message
- put(String, T) - Method in class com.github.fge.jsonschema.report.ProcessingMessage
-
Add a key/value pair to this message
- put(String, Iterable<T>) - Method in class com.github.fge.jsonschema.report.ProcessingMessage
-
Add a key/value pair to this message, where the value is a collection of
items
- value - Variable in class com.github.fge.jsonschema.util.ValueHolder
-
- valueAsJson() - Method in class com.github.fge.jsonschema.util.AsJsonValueHolder
-
- valueAsJson() - Method in class com.github.fge.jsonschema.util.ValueHolder
-
Return a JSON representation of the value
- ValueHolder<T> - Class in com.github.fge.jsonschema.util
-
A wrapper over an arbitrary type to be used by processors
- ValueHolder(String, T) - Constructor for class com.github.fge.jsonschema.util.ValueHolder
-
Protected constructor
- valueOf(String) - Static method in enum com.github.fge.jsonschema.messages.DictionaryBuildErrors
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.fge.jsonschema.messages.JsonReferenceMessages
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.fge.jsonschema.messages.ProcessingErrors
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.fge.jsonschema.report.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.fge.jsonschema.SchemaVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.fge.jsonschema.util.NodeType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.fge.jsonschema.messages.DictionaryBuildErrors
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.fge.jsonschema.messages.JsonReferenceMessages
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.fge.jsonschema.messages.ProcessingErrors
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.fge.jsonschema.report.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.fge.jsonschema.SchemaVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.fge.jsonschema.util.NodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.