Index

A C E G H I J N P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values

A

artifactType() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaParser
 

C

canonicalString() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchema
 
configure(Map<String, ?>, boolean) - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaDeserializer
 
configure(Map<String, ?>, boolean) - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaSerializer
 
copy() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchema
 
copy(Integer) - Method in class io.apicurio.registry.serde.jsonschema.JsonSchema
 

E

equals(Object) - Method in class io.apicurio.registry.serde.jsonschema.JsonSchema
 

G

getSchemaFromData(Record<T>) - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaParser
 
getSchemaFromData(Record<T>, boolean) - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaParser
 
getSchemaFromLocation(String) - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaParser
 
getSpecificReturnClass() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaDeserializerConfig
 
getString(String) - Method in class io.apicurio.registry.serde.jsonschema.JsonSchema
 

H

hashCode() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchema
 

I

io.apicurio.registry.serde.jsonschema - package io.apicurio.registry.serde.jsonschema
 
isValidationEnabled() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaDeserializer
 
isValidationEnabled() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaSerializer
 

J

JsonSchema - Class in io.apicurio.registry.serde.jsonschema
 
JsonSchema(JsonNode) - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchema
 
JsonSchema(JsonNode, Map<String, JsonSchema>, Integer) - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchema
 
JsonSchema(String) - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchema
 
JsonSchema(String, Map<String, JsonSchema>, Integer) - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchema
 
JsonSchema(Schema) - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchema
 
JsonSchema(Schema, Integer) - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchema
 
JsonSchemaKafkaDeserializer<T> - Class in io.apicurio.registry.serde.jsonschema
 
JsonSchemaKafkaDeserializer() - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaDeserializer
 
JsonSchemaKafkaDeserializer(SchemaResolver<JsonSchema, T>) - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaDeserializer
 
JsonSchemaKafkaDeserializer(RegistryClient) - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaDeserializer
 
JsonSchemaKafkaDeserializer(RegistryClient, SchemaResolver<JsonSchema, T>) - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaDeserializer
 
JsonSchemaKafkaDeserializer(RegistryClient, Boolean) - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaDeserializer
 
JsonSchemaKafkaDeserializerConfig - Class in io.apicurio.registry.serde.jsonschema
 
JsonSchemaKafkaDeserializerConfig(Map<?, ?>, boolean) - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaDeserializerConfig
Constructor.
JsonSchemaKafkaSerializer<T> - Class in io.apicurio.registry.serde.jsonschema
An implementation of the Kafka Serializer for JSON Schema use-cases.
JsonSchemaKafkaSerializer() - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaSerializer
 
JsonSchemaKafkaSerializer(SchemaResolver<JsonSchema, T>) - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaSerializer
 
JsonSchemaKafkaSerializer(RegistryClient) - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaSerializer
 
JsonSchemaKafkaSerializer(RegistryClient, ArtifactReferenceResolverStrategy<JsonSchema, T>, SchemaResolver<JsonSchema, T>) - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaSerializer
 
JsonSchemaKafkaSerializer(RegistryClient, Boolean) - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaSerializer
 
JsonSchemaKafkaSerializerConfig - Class in io.apicurio.registry.serde.jsonschema
 
JsonSchemaKafkaSerializerConfig(Map<?, ?>) - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaSerializerConfig
Constructor.
JsonSchemaParser<T> - Class in io.apicurio.registry.serde.jsonschema
 
JsonSchemaParser() - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchemaParser
 
JsonSchemaSerde<T> - Class in io.apicurio.registry.serde.jsonschema
Wraps the JsonSchemaKafkaSerializer and JsonSchemaKafkaDeserializer.
JsonSchemaSerde() - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchemaSerde
 
JsonSchemaValidationUtil - Class in io.apicurio.registry.serde.jsonschema
 
JsonSchemaValidationUtil() - Constructor for class io.apicurio.registry.serde.jsonschema.JsonSchemaValidationUtil
 

N

name() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchema
 

P

parseSchema(byte[], Map<String, ParsedSchema<JsonSchema>>) - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaParser
 

R

rawSchema() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchema
 
readData(ParsedSchema<JsonSchema>, ByteBuffer, int, int) - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaDeserializer
 
readData(Headers, ParsedSchema<JsonSchema>, ByteBuffer, int, int) - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaDeserializer
 
resolvedReferences() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchema
 

S

schemaParser() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaDeserializer
 
schemaParser() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaSerializer
 
schemaType() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchema
 
serializeData(ParsedSchema<JsonSchema>, T, OutputStream) - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaSerializer
 
serializeData(Headers, ParsedSchema<JsonSchema>, T, OutputStream) - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaSerializer
 
setObjectMapper(ObjectMapper) - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaDeserializer
 
setObjectMapper(ObjectMapper) - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaSerializer
 
setValidationEnabled(Boolean) - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaSerializer
 
SPECIFIC_RETURN_CLASS_DOC - Static variable in class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaDeserializerConfig
 
supportsExtractSchemaFromData() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaParser
 
supportsGetSchemaFromLocation() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaParser
 

T

toJsonNode() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchema
 
toString() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchema
 
TYPE - Static variable in class io.apicurio.registry.serde.jsonschema.JsonSchema
 

V

validate(Object) - Method in class io.apicurio.registry.serde.jsonschema.JsonSchema
 
validateDataWithSchema(ParsedSchema<JsonSchema>, byte[], ObjectMapper) - Static method in class io.apicurio.registry.serde.jsonschema.JsonSchemaValidationUtil
 
validationEnabled() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaDeserializerConfig
 
validationEnabled() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchemaKafkaSerializerConfig
 
version() - Method in class io.apicurio.registry.serde.jsonschema.JsonSchema
 
A C E G H I J N P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values