Uses of Class
io.apicurio.registry.serde.protobuf.schema.ProtobufSchema
-
Packages that use ProtobufSchema Package Description io.apicurio.registry.serde.protobuf -
-
Uses of ProtobufSchema in io.apicurio.registry.serde.protobuf
Methods in io.apicurio.registry.serde.protobuf that return ProtobufSchema Modifier and Type Method Description ProtobufSchema
ProtobufSchemaParser. parseSchema(byte[] rawSchema)
Methods in io.apicurio.registry.serde.protobuf that return types with arguments of type ProtobufSchema Modifier and Type Method Description protected ParsedSchema<ProtobufSchema>
ProtobufKafkaSerializer. getSchemaFromData(U data)
SchemaParser<ProtobufSchema>
ProtobufKafkaDeserializer. schemaParser()
SchemaParser<ProtobufSchema>
ProtobufKafkaSerializer. schemaParser()
Method parameters in io.apicurio.registry.serde.protobuf with type arguments of type ProtobufSchema Modifier and Type Method Description protected U
ProtobufKafkaDeserializer. internalReadData(org.apache.kafka.common.header.Headers headers, ParsedSchema<ProtobufSchema> schema, ByteBuffer buff, int start, int length)
protected U
ProtobufKafkaDeserializer. readData(ParsedSchema<ProtobufSchema> schema, ByteBuffer buffer, int start, int length)
protected U
ProtobufKafkaDeserializer. readData(org.apache.kafka.common.header.Headers headers, ParsedSchema<ProtobufSchema> schema, ByteBuffer buffer, int start, int length)
protected void
ProtobufKafkaSerializer. serializeData(ParsedSchema<ProtobufSchema> schema, U data, OutputStream out)
protected void
ProtobufKafkaSerializer. serializeData(org.apache.kafka.common.header.Headers headers, ParsedSchema<ProtobufSchema> schema, U data, OutputStream out)
Constructor parameters in io.apicurio.registry.serde.protobuf with type arguments of type ProtobufSchema Constructor Description ProtobufKafkaDeserializer(io.apicurio.registry.rest.client.RegistryClient client, SchemaResolver<ProtobufSchema,U> schemaResolver)
ProtobufKafkaDeserializer(SchemaResolver<ProtobufSchema,U> schemaResolver)
ProtobufKafkaSerializer(io.apicurio.registry.rest.client.RegistryClient client, ArtifactResolverStrategy<ProtobufSchema> artifactResolverStrategy, SchemaResolver<ProtobufSchema,U> schemaResolver)
ProtobufKafkaSerializer(io.apicurio.registry.rest.client.RegistryClient client, ArtifactResolverStrategy<ProtobufSchema> artifactResolverStrategy, SchemaResolver<ProtobufSchema,U> schemaResolver)
ProtobufKafkaSerializer(SchemaResolver<ProtobufSchema,U> schemaResolver)
-