A B C D E F G H I J L M N O P R S T U V W _ 
All Classes All Packages

A

AbstractDateTimeConverter - Class in io.zerocopy.json.schema.format
 
AbstractDateTimeConverter() - Constructor for class io.zerocopy.json.schema.format.AbstractDateTimeConverter
 
ADDITIONAL_PROPERTIES - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
additionalItems - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
additionalProperties - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
ALL_OF - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
allOf - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
ANY_OF - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
anyOf - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
ARRAY - io.zerocopy.json.schema.JsonSchemaV7.Type
 

B

Base64Coder - Class in io.zerocopy.json.schema.encoding
A Base64 encoder/decoder.
BOOLEAN - io.zerocopy.json.schema.JsonSchemaV7.Type
 
BOOLEAN_SCHEMA - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
booleanValidity - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 

C

canDeserialize(JsonNode) - Static method in class io.zerocopy.json.schema.JsonSchemaDeserializer
 
clear() - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 
clone() - Method in class io.zerocopy.json.schema.JsonSchemaV7
 
comment - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
CONST - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
contains - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
CONTENT_ENCODING - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
CONTENT_MEDIA_TYPE - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
contentEncoding - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
contentMediaType - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 

D

DATE - io.zerocopy.json.schema.format.RFC3339Converter.Format
 
DATE - io.zerocopy.json.schema.JsonSchemaV7.Format
 
DATE_TIME - io.zerocopy.json.schema.format.RFC3339Converter.Format
 
DATE_TIME - io.zerocopy.json.schema.JsonSchemaV7.Format
 
dateTimeConverter - Variable in enum io.zerocopy.json.schema.JsonSchemaV7.Format
 
DateTimeConverter - Interface in io.zerocopy.json.schema.format
 
decode(char[]) - Static method in class io.zerocopy.json.schema.encoding.Base64Coder
Decodes a byte array from Base64 format.
decode(char[], int, int) - Static method in class io.zerocopy.json.schema.encoding.Base64Coder
Decodes a byte array from Base64 format.
decode(String) - Static method in class io.zerocopy.json.schema.encoding.Base64Coder
Decodes a byte array from Base64 format.
decodeLines(String) - Static method in class io.zerocopy.json.schema.encoding.Base64Coder
Decodes a byte array from Base64 format and ignores line separators, tabs and blanks.
decodeString(String) - Static method in class io.zerocopy.json.schema.encoding.Base64Coder
Decodes a string from Base64 format.
DefaultDocumentLoader - Class in io.zerocopy.json.schema.loader
Loads known default schemas and hyper-schemas from prepackaged resources instead of from http://json-schema.org/
DefaultDocumentLoader() - Constructor for class io.zerocopy.json.schema.loader.DefaultDocumentLoader
 
dependencies - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
DEPENDENCY - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
description - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
DocumentLoader - Interface in io.zerocopy.json.schema.loader
 
DRAFT_4 - Static variable in class io.zerocopy.json.schema.JsonSchema
 
DRAFT_6 - Static variable in class io.zerocopy.json.schema.JsonSchema
 
DRAFT_7 - Static variable in class io.zerocopy.json.schema.JsonSchema
 
DUPLICATE_ID - io.zerocopy.json.schema.SchemaProblem
 

E

EMAIL - io.zerocopy.json.schema.JsonSchemaV7.Format
 
encode(byte[]) - Static method in class io.zerocopy.json.schema.encoding.Base64Coder
Encodes a byte array into Base64 format.
encode(byte[], int) - Static method in class io.zerocopy.json.schema.encoding.Base64Coder
Encodes a byte array into Base64 format.
encode(byte[], int, int) - Static method in class io.zerocopy.json.schema.encoding.Base64Coder
Encodes a byte array into Base64 format.
encodeLines(byte[], int, int, int, String) - Static method in class io.zerocopy.json.schema.encoding.Base64Coder
Encodes a byte array into Base 64 format and breaks the output into lines.
encodeLines(byte[], String) - Static method in class io.zerocopy.json.schema.encoding.Base64Coder
Encodes a byte array into Base 64 format and breaks the output into lines of 76 characters.
encodeString(String) - Static method in class io.zerocopy.json.schema.encoding.Base64Coder
Encodes a string into Base64 format.
ENUM - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
escapePointerSegment(String) - Static method in class io.zerocopy.json.schema.pointer.JsonPointerUtils
 
examples - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
EXCLUSIVE_MAXIMUM - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
EXCLUSIVE_MINIMUM - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
exclusiveMaximum - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
exclusiveMinimum - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
expr - Variable in enum io.zerocopy.json.schema.format.RFC3339Converter.Format
 

F

findAllRefsInSchema(JsonNode, JsonNode, Set<String>) - Static method in class io.zerocopy.json.schema.SchemaUtils
 
format - Variable in class io.zerocopy.json.schema.format.RFC3339Converter
 
format - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
format(Appendable, Date) - Method in class io.zerocopy.json.schema.format.AbstractDateTimeConverter
 
format(Appendable, Date) - Method in interface io.zerocopy.json.schema.format.DateTimeConverter
Prints a date in UTC
format(Appendable, Date, int) - Method in interface io.zerocopy.json.schema.format.DateTimeConverter
Prints a date with a specified offset
format(Appendable, Date, int) - Method in class io.zerocopy.json.schema.format.RFC3339Converter
 
format(Appendable, Date, TimeZone) - Method in class io.zerocopy.json.schema.format.AbstractDateTimeConverter
 
format(Appendable, Date, TimeZone) - Method in interface io.zerocopy.json.schema.format.DateTimeConverter
Prints a date in the specified time zone
format(Date) - Method in class io.zerocopy.json.schema.format.AbstractDateTimeConverter
 
format(Date) - Method in interface io.zerocopy.json.schema.format.DateTimeConverter
 
format(Date, int) - Method in class io.zerocopy.json.schema.format.AbstractDateTimeConverter
 
format(Date, int) - Method in interface io.zerocopy.json.schema.format.DateTimeConverter
 
format(Date, TimeZone) - Method in class io.zerocopy.json.schema.format.AbstractDateTimeConverter
 
format(Date, TimeZone) - Method in interface io.zerocopy.json.schema.format.DateTimeConverter
 
FORMAT - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
forValue(String) - Static method in enum io.zerocopy.json.schema.JsonSchemaV7.Format
 
forValue(String) - Static method in enum io.zerocopy.json.schema.JsonSchemaV7.Type
 

G

getDefaultSchemaVersion() - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 
getDocumentLoader() - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 
getError() - Method in exception io.zerocopy.json.schema.SchemaException
 
getFormat() - Method in class io.zerocopy.json.schema.format.RFC3339Converter
 
getFullId() - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 
getFullId() - Method in class io.zerocopy.json.schema.context.SchemaResolutionSubContext
 
getObjectMapper() - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 
getRoot() - Method in class io.zerocopy.json.schema.document.SchemaDocument
 
getRoot() - Method in class io.zerocopy.json.schema.document.SchemaReference
 
getSchema() - Method in class io.zerocopy.json.schema.document.SchemaReference
 
getSchemaParentMap() - Method in class io.zerocopy.json.schema.document.SchemaDocument
 
getSchemaParents() - Method in class io.zerocopy.json.schema.document.SchemaDocument
 
getSchemaPointer() - Method in class io.zerocopy.json.schema.document.SchemaReference
 
getSchemaReference() - Method in exception io.zerocopy.json.schema.SchemaRecursionException
 
getUpperId() - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 
getUpperId() - Method in class io.zerocopy.json.schema.context.SchemaResolutionSubContext
 

H

HOSTNAME - io.zerocopy.json.schema.JsonSchemaV7.Format
 

I

id - Variable in class io.zerocopy.json.schema.context.SchemaResolutionNode
 
id - Variable in class io.zerocopy.json.schema.JsonSchema
 
IDN_EMAIL - io.zerocopy.json.schema.JsonSchemaV7.Format
 
IDN_HOSTNAME - io.zerocopy.json.schema.JsonSchemaV7.Format
 
IMMEDIATE_RECURSION - io.zerocopy.json.schema.SchemaProblem
 
implode(Appendable, List<String>) - Static method in class io.zerocopy.json.schema.pointer.JsonPointerUtils
 
implode(StringBuilder, List<String>) - Static method in class io.zerocopy.json.schema.pointer.JsonPointerUtils
 
implode(List<String>) - Static method in class io.zerocopy.json.schema.pointer.JsonPointerUtils
 
INTEGER - io.zerocopy.json.schema.JsonSchemaV7.Type
 
INVALID_REF - io.zerocopy.json.schema.SchemaProblem
 
io.zerocopy.json.schema - package io.zerocopy.json.schema
 
io.zerocopy.json.schema.context - package io.zerocopy.json.schema.context
 
io.zerocopy.json.schema.document - package io.zerocopy.json.schema.document
 
io.zerocopy.json.schema.encoding - package io.zerocopy.json.schema.encoding
 
io.zerocopy.json.schema.format - package io.zerocopy.json.schema.format
 
io.zerocopy.json.schema.loader - package io.zerocopy.json.schema.loader
 
io.zerocopy.json.schema.pointer - package io.zerocopy.json.schema.pointer
 
IPV4 - io.zerocopy.json.schema.JsonSchemaV7.Format
 
IPV6 - io.zerocopy.json.schema.JsonSchemaV7.Format
 
IRI - io.zerocopy.json.schema.JsonSchemaV7.Format
 
IRI_REFERENCE - io.zerocopy.json.schema.JsonSchemaV7.Format
 
items - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
ITEMS - io.zerocopy.json.schema.JsonSchemaV7.Rule
 

J

JSON_POINTER - io.zerocopy.json.schema.JsonSchemaV7.Format
 
JsonPointerUtils - Class in io.zerocopy.json.schema.pointer
 
JsonSchema - Class in io.zerocopy.json.schema
 
JsonSchema() - Constructor for class io.zerocopy.json.schema.JsonSchema
 
JsonSchemaDeserializer - Class in io.zerocopy.json.schema
 
JsonSchemaDeserializer() - Constructor for class io.zerocopy.json.schema.JsonSchemaDeserializer
 
JsonSchemaV7 - Class in io.zerocopy.json.schema
http://json-schema.org/latest/json-schema-validation.html
JsonSchemaV7() - Constructor for class io.zerocopy.json.schema.JsonSchemaV7
 
JsonSchemaV7.Format - Enum in io.zerocopy.json.schema
 
JsonSchemaV7.Rule - Enum in io.zerocopy.json.schema
 
JsonSchemaV7.Type - Enum in io.zerocopy.json.schema
 

L

LATEST - Static variable in class io.zerocopy.json.schema.JsonSchema
 
loadRemoteSchema(JsonNode, URI) - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 

M

mapSchema(JsonNode) - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 
mapSchema(URI, JsonNode) - Static method in class io.zerocopy.json.schema.JsonSchemaDeserializer
Maps all supported schema versions to a draft-7 class
MAX_ITEMS - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
MAX_LENGTH - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
MAX_PROPERTIES - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
maximum - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
MAXIMUM - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
maxItems - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
maxLength - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
maxProperties - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
MIN_ITEMS - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
MIN_LENGTH - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
MIN_PROPERTIES - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
minimum - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
MINIMUM - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
minItems - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
minLength - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
minProperties - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
MULTIPLE_OF - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
multipleOf - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 

N

node - Variable in class io.zerocopy.json.schema.context.SchemaResolutionNode
 
nodes - Variable in class io.zerocopy.json.schema.context.SchemaResolutionSubContext
 
nodeType - Variable in enum io.zerocopy.json.schema.JsonSchemaV7.Type
 
nonSchemaProperties - Variable in class io.zerocopy.json.schema.JsonSchema
 
not - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
NOT - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
NULL - io.zerocopy.json.schema.JsonSchemaV7.Type
 
NUMBER - io.zerocopy.json.schema.JsonSchemaV7.Type
 
numberWithZeroFractionAsInteger - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 

O

OBJECT - io.zerocopy.json.schema.JsonSchemaV7.Type
 
OBJECT_MAPPER - Static variable in class io.zerocopy.json.schema.SchemaUtils
 
ONE_OF - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
oneOf - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
openURL(URL) - Method in class io.zerocopy.json.schema.loader.DefaultDocumentLoader
 
openURL(URL) - Method in interface io.zerocopy.json.schema.loader.DocumentLoader
 

P

parse(String) - Method in interface io.zerocopy.json.schema.format.DateTimeConverter
 
parse(String) - Method in class io.zerocopy.json.schema.format.RFC3339Converter
 
parseRFC3339Date(String, RFC3339Converter.Format) - Static method in class io.zerocopy.json.schema.format.RFC3339Converter
 
path - Variable in class io.zerocopy.json.schema.context.SchemaResolutionNode
 
pattern - Variable in enum io.zerocopy.json.schema.format.RFC3339Converter.Format
 
pattern - Variable in enum io.zerocopy.json.schema.JsonSchemaV7.Format
 
pattern - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
PATTERN - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
PATTERN_COMPARATOR - Static variable in class io.zerocopy.json.schema.SchemaUtils
 
PATTERN_PROPERTIES - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
patternProperties - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
pop(LinkedList<String>, JsonNode) - Method in interface io.zerocopy.json.schema.SchemaUtils.NodeVisitor
 
popSchemaNode(JsonNode, JsonPointer, JsonNode) - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 
popSchemaNode(JsonNode, String, JsonNode) - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 
popSchemaNode(JsonNode, List<String>, JsonNode) - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 
popSchemaNode(SchemaReference) - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 
popSchemaReference(SchemaReference) - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 
printRFC3339Date(Appendable, Date, RFC3339Converter.Format, int) - Static method in class io.zerocopy.json.schema.format.RFC3339Converter
 
properties - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
PROPERTY_NAMES - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
propertyNames - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
push(LinkedList<String>, JsonNode) - Method in interface io.zerocopy.json.schema.SchemaUtils.NodeVisitor
 
pushSchemaNode(JsonNode, JsonPointer, JsonNode, boolean) - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 
pushSchemaNode(JsonNode, String, JsonNode, boolean) - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 
pushSchemaNode(JsonNode, List<String>, JsonNode, boolean) - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 
pushSchemaNode(SchemaReference, boolean) - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 
pushSchemaReference(SchemaReference) - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 

R

readOnly - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
RECURSION - io.zerocopy.json.schema.SchemaProblem
 
ref - Variable in class io.zerocopy.json.schema.JsonSchema
 
REF - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
REGEX - io.zerocopy.json.schema.JsonSchemaV7.Format
 
RELATIVE_JSON_POINTER - io.zerocopy.json.schema.JsonSchemaV7.Format
 
required - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
REQUIRED - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
resolvePointer(JsonNode, String) - Static method in class io.zerocopy.json.schema.pointer.JsonPointerUtils
 
resolvePointerPath(List<String>, JsonNode, String) - Static method in class io.zerocopy.json.schema.pointer.JsonPointerUtils
 
resolveRelativeRef(JsonNode, JsonNode, String) - Static method in class io.zerocopy.json.schema.SchemaUtils
Resolves a node according to a ref.
resolveRelativeRefPath(List<String>, JsonNode, JsonNode, String) - Static method in class io.zerocopy.json.schema.SchemaUtils
Resolves a node according to a ref.
resolveSchema(JsonNode, JsonNode, String, List<String>, boolean) - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 
RFC3339Converter - Class in io.zerocopy.json.schema.format
 
RFC3339Converter(RFC3339Converter.Format) - Constructor for class io.zerocopy.json.schema.format.RFC3339Converter
 
RFC3339Converter.Format - Enum in io.zerocopy.json.schema.format
 
rootNode - Variable in class io.zerocopy.json.schema.context.SchemaResolutionNode
 

S

schema - Variable in class io.zerocopy.json.schema.JsonSchema
 
SchemaDocument - Class in io.zerocopy.json.schema.document
Describes a document with one or more named schemas
SchemaDocument() - Constructor for class io.zerocopy.json.schema.document.SchemaDocument
 
SchemaDocument(JsonNode) - Constructor for class io.zerocopy.json.schema.document.SchemaDocument
 
SchemaDocument(JsonNode, JsonPointer...) - Constructor for class io.zerocopy.json.schema.document.SchemaDocument
 
SchemaDocument(JsonNode, Collection<JsonPointer>) - Constructor for class io.zerocopy.json.schema.document.SchemaDocument
 
SchemaException - Exception in io.zerocopy.json.schema
 
SchemaException(SchemaProblem) - Constructor for exception io.zerocopy.json.schema.SchemaException
 
SchemaException(SchemaProblem, String) - Constructor for exception io.zerocopy.json.schema.SchemaException
 
SchemaException(SchemaProblem, String, Throwable) - Constructor for exception io.zerocopy.json.schema.SchemaException
 
SchemaException(SchemaProblem, Throwable) - Constructor for exception io.zerocopy.json.schema.SchemaException
 
SchemaProblem - Enum in io.zerocopy.json.schema
 
SchemaRecursionException - Exception in io.zerocopy.json.schema
 
SchemaRecursionException(String, SchemaReference) - Constructor for exception io.zerocopy.json.schema.SchemaRecursionException
 
SchemaReference - Class in io.zerocopy.json.schema.document
Describes a schema within its document, where references (JSON pointers) can be resolved
SchemaReference(JsonNode) - Constructor for class io.zerocopy.json.schema.document.SchemaReference
 
SchemaReference(JsonNode, JsonPointer) - Constructor for class io.zerocopy.json.schema.document.SchemaReference
 
SchemaReference(JsonNode, JsonPointer, JsonNode) - Constructor for class io.zerocopy.json.schema.document.SchemaReference
 
SchemaReference(JsonNode, String) - Constructor for class io.zerocopy.json.schema.document.SchemaReference
 
SchemaResolutionContext - Class in io.zerocopy.json.schema.context
 
SchemaResolutionContext() - Constructor for class io.zerocopy.json.schema.context.SchemaResolutionContext
 
SchemaResolutionNode - Class in io.zerocopy.json.schema.context
 
SchemaResolutionNode() - Constructor for class io.zerocopy.json.schema.context.SchemaResolutionNode
 
SchemaResolutionSubContext - Class in io.zerocopy.json.schema.context
 
SchemaResolutionSubContext() - Constructor for class io.zerocopy.json.schema.context.SchemaResolutionSubContext
 
SchemaUtils - Class in io.zerocopy.json.schema
 
SchemaUtils() - Constructor for class io.zerocopy.json.schema.SchemaUtils
 
SchemaUtils.NodeVisitor - Interface in io.zerocopy.json.schema
 
schemaVersion - Variable in class io.zerocopy.json.schema.context.SchemaResolutionNode
 
setDefaultSchemaVersion(URI) - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 
setDocumentLoader(DocumentLoader) - Method in class io.zerocopy.json.schema.context.SchemaResolutionContext
 
setRoot(JsonNode) - Method in class io.zerocopy.json.schema.document.SchemaDocument
 
setRoot(JsonNode) - Method in class io.zerocopy.json.schema.document.SchemaReference
 
setSchemaParents(Set<JsonPointer>) - Method in class io.zerocopy.json.schema.document.SchemaDocument
 
setSchemaPointer(JsonPointer) - Method in class io.zerocopy.json.schema.document.SchemaReference
 
split(String) - Static method in class io.zerocopy.json.schema.pointer.JsonPointerUtils
 
split(List<String>, String) - Static method in class io.zerocopy.json.schema.pointer.JsonPointerUtils
 
STRING - io.zerocopy.json.schema.JsonSchemaV7.Type
 
superType - Variable in enum io.zerocopy.json.schema.JsonSchemaV7.Type
 

T

TIME - io.zerocopy.json.schema.format.RFC3339Converter.Format
 
TIME - io.zerocopy.json.schema.JsonSchemaV7.Format
 
title - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
type - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
TYPE - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
TYPE_ERROR - io.zerocopy.json.schema.SchemaProblem
 

U

unescapePointerSegment(String) - Static method in class io.zerocopy.json.schema.pointer.JsonPointerUtils
 
UNIQUE_ITEMS - io.zerocopy.json.schema.JsonSchemaV7.Rule
 
uniqueItems - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
UNSUPPORTED_ENCODING - io.zerocopy.json.schema.SchemaProblem
 
UNSUPPORTED_FORMAT - io.zerocopy.json.schema.SchemaProblem
 
UNSUPPORTED_MEDIATYPE - io.zerocopy.json.schema.SchemaProblem
 
UNSUPPORTED_SCHEMA_VERSION - io.zerocopy.json.schema.SchemaProblem
 
URI - io.zerocopy.json.schema.JsonSchemaV7.Format
 
URI - Static variable in class io.zerocopy.json.schema.JsonSchemaV7
 
URI_REFERENCE - io.zerocopy.json.schema.JsonSchemaV7.Format
 
URI_TEMPLATE - io.zerocopy.json.schema.JsonSchemaV7.Format
 

V

VALIDATION_ALWAYS_FAILS - io.zerocopy.json.schema.SchemaProblem
 
value - Variable in enum io.zerocopy.json.schema.JsonSchemaV7.Format
 
value - Variable in enum io.zerocopy.json.schema.JsonSchemaV7.Rule
 
value - Variable in enum io.zerocopy.json.schema.JsonSchemaV7.Type
 
valueOf(String) - Static method in enum io.zerocopy.json.schema.format.RFC3339Converter.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.zerocopy.json.schema.JsonSchemaV7.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.zerocopy.json.schema.JsonSchemaV7.Rule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.zerocopy.json.schema.JsonSchemaV7.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.zerocopy.json.schema.SchemaProblem
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.zerocopy.json.schema.format.RFC3339Converter.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.zerocopy.json.schema.JsonSchemaV7.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.zerocopy.json.schema.JsonSchemaV7.Rule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.zerocopy.json.schema.JsonSchemaV7.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.zerocopy.json.schema.SchemaProblem
Returns an array containing the constants of this enum type, in the order they are declared.
visitAllNodes(JsonNode, SchemaUtils.NodeVisitor) - Static method in class io.zerocopy.json.schema.SchemaUtils
 
visitAllNodes(LinkedList<String>, JsonNode, SchemaUtils.NodeVisitor) - Static method in class io.zerocopy.json.schema.SchemaUtils
 

W

writeOnly - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 

_

_const - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
_default - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
_else - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
_enum - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
_if - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
_then - Variable in class io.zerocopy.json.schema.JsonSchemaV7
 
A B C D E F G H I J L M N O P R S T U V W _ 
All Classes All Packages