Uses of Class
io.confluent.kafka.schemaregistry.json.JsonSchema
Packages that use JsonSchema
-
Uses of JsonSchema in io.confluent.kafka.schemaregistry.json
Methods in io.confluent.kafka.schemaregistry.json that return JsonSchemaModifier and TypeMethodDescriptionJsonSchema.copy()JsonSchema.copyIgnoringModernDialects()static JsonSchemaJsonSchemaUtils.copyOf(JsonSchema schema) static JsonSchemastatic JsonSchemaJsonSchemaUtils.getSchema(Object object, SchemaRegistryClient client) static JsonSchemaJsonSchemaUtils.getSchema(Object object, SpecificationVersion specVersion, boolean useOneofForNullables, boolean failUnknownProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper, SchemaRegistryClient client) static JsonSchemaJsonSchemaUtils.getSchema(Object object, SpecificationVersion specVersion, boolean useOneofForNullables, boolean failUnknownProperties, SchemaRegistryClient client) static JsonSchemaJsonSchemaUtils.getSchema(Object object, SpecificationVersion specVersion, boolean useOneofForNullables, com.fasterxml.jackson.databind.ObjectMapper objectMapper, SchemaRegistryClient client) static JsonSchemaJsonSchemaUtils.getSchema(Object object, SpecificationVersion specVersion, boolean useOneofForNullables, SchemaRegistryClient client) static JsonSchemaJsonSchemaUtils.getSchema(Object object, SpecificationVersion specVersion, List<String> scanPackages, boolean useOneofForNullables, boolean failUnknownProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper, SchemaRegistryClient client) JsonSchema.normalize()Methods in io.confluent.kafka.schemaregistry.json with parameters of type JsonSchemaModifier and TypeMethodDescriptionstatic JsonSchemaJsonSchemaUtils.copyOf(JsonSchema schema) static com.fasterxml.jackson.databind.node.ObjectNodeJsonSchemaUtils.envelope(JsonSchema schema, com.fasterxml.jackson.databind.JsonNode payload) static ObjectJsonSchemaUtils.toObject(com.fasterxml.jackson.databind.JsonNode value, JsonSchema schema) static ObjectJsonSchemaUtils.toObject(com.fasterxml.jackson.databind.JsonNode value, JsonSchema schema, boolean validate) static ObjectJsonSchemaUtils.toObject(String value, JsonSchema schema) static ObjectJsonSchemaUtils.toObject(String value, JsonSchema schema, boolean validate)