Uses of Class
io.zerocopy.json.schema.JsonSchemaV7
-
Packages that use JsonSchemaV7 Package Description io.zerocopy.json.schema io.zerocopy.json.schema.context -
-
Uses of JsonSchemaV7 in io.zerocopy.json.schema
Methods in io.zerocopy.json.schema that return JsonSchemaV7 Modifier and Type Method Description JsonSchemaV7JsonSchemaV7. clone()static JsonSchemaV7JsonSchemaDeserializer. mapSchema(java.net.URI defaultSchemaVersion, com.fasterxml.jackson.databind.JsonNode schemaNode)Maps all supported schema versions to a draft-7 class -
Uses of JsonSchemaV7 in io.zerocopy.json.schema.context
Methods in io.zerocopy.json.schema.context that return JsonSchemaV7 Modifier and Type Method Description JsonSchemaV7SchemaResolutionContext. mapSchema(com.fasterxml.jackson.databind.JsonNode node)JsonSchemaV7SchemaResolutionContext. pushSchemaNode(com.fasterxml.jackson.databind.JsonNode rootNode, com.fasterxml.jackson.core.JsonPointer jsonPointer, com.fasterxml.jackson.databind.JsonNode node, boolean requireSchema)JsonSchemaV7SchemaResolutionContext. pushSchemaNode(com.fasterxml.jackson.databind.JsonNode rootNode, java.lang.String path, com.fasterxml.jackson.databind.JsonNode node, boolean requireSchema)JsonSchemaV7SchemaResolutionContext. pushSchemaNode(com.fasterxml.jackson.databind.JsonNode rootNode, java.util.List<java.lang.String> path, com.fasterxml.jackson.databind.JsonNode node, boolean requireSchema)JsonSchemaV7SchemaResolutionContext. pushSchemaNode(SchemaReference schemaReference, boolean requireSchema)JsonSchemaV7SchemaResolutionContext. pushSchemaReference(SchemaReference schemaReference)
-