| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry.json |
| Modifier and Type | Method and Description |
|---|---|
static SpecificationVersion |
SpecificationVersion.get(String name) |
static SpecificationVersion |
SpecificationVersion.getFromUrl(String url) |
static SpecificationVersion |
SpecificationVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecificationVersion[] |
SpecificationVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static JsonSchema |
JsonSchemaUtils.getSchema(Object object,
SpecificationVersion specVersion,
boolean useOneofForNullables,
boolean failUnknownProperties,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
SchemaRegistryClient client) |
static JsonSchema |
JsonSchemaUtils.getSchema(Object object,
SpecificationVersion specVersion,
boolean useOneofForNullables,
boolean failUnknownProperties,
SchemaRegistryClient client) |
static JsonSchema |
JsonSchemaUtils.getSchema(Object object,
SpecificationVersion specVersion,
boolean useOneofForNullables,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
SchemaRegistryClient client) |
static JsonSchema |
JsonSchemaUtils.getSchema(Object object,
SpecificationVersion specVersion,
boolean useOneofForNullables,
SchemaRegistryClient client) |
static JsonSchema |
JsonSchemaUtils.getSchema(Object object,
SpecificationVersion specVersion,
List<String> scanPackages,
boolean useOneofForNullables,
boolean failUnknownProperties,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
SchemaRegistryClient client) |
Copyright © 2026 Confluent, Inc.. All rights reserved.