Uses of Enum Class
io.confluent.kafka.schemaregistry.json.SpecificationVersion
Packages that use SpecificationVersion
-
Uses of SpecificationVersion in io.confluent.kafka.schemaregistry.json
Methods in io.confluent.kafka.schemaregistry.json that return SpecificationVersionModifier and TypeMethodDescriptionstatic SpecificationVersionstatic SpecificationVersionSpecificationVersion.getFromUrl(String url) static SpecificationVersionReturns the enum constant of this class with the specified name.static SpecificationVersion[]SpecificationVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.confluent.kafka.schemaregistry.json with parameters of type SpecificationVersionModifier and TypeMethodDescriptionstatic 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)