Index

A B C D E F G H I M N P R S T U W 
All Classes and Interfaces|All Packages|Serialized Form

A

AbstractJacksonKafkaAvroDeserializer - Class in io.github.productboardlabs.kafka.serializers
 
AbstractJacksonKafkaAvroDeserializer() - Constructor for class io.github.productboardlabs.kafka.serializers.AbstractJacksonKafkaAvroDeserializer
 
AbstractJacksonKafkaAvroDeserializer(int) - Constructor for class io.github.productboardlabs.kafka.serializers.AbstractJacksonKafkaAvroDeserializer
 
AbstractJacksonKafkaAvroSerializer - Class in io.github.productboardlabs.kafka.serializers
 
AbstractJacksonKafkaAvroSerializer() - Constructor for class io.github.productboardlabs.kafka.serializers.AbstractJacksonKafkaAvroSerializer
 

B

build() - Method in class example.avro.User.Builder
 

C

ClassNotFoundDeserializationException - Exception Class in io.github.productboardlabs.kafka.serializers
Thrown when the class to be deserialized to can not be found.
clearFavoriteColor() - Method in class example.avro.User.Builder
Clears the value of the 'favorite_color' field.
clearFavoriteNumber() - Method in class example.avro.User.Builder
Clears the value of the 'favorite_number' field.
clearName() - Method in class example.avro.User.Builder
Clears the value of the 'name' field.
close() - Method in class io.github.productboardlabs.kafka.serializers.AbstractJacksonKafkaAvroDeserializer
 
close() - Method in class io.github.productboardlabs.kafka.serializers.AbstractJacksonKafkaAvroSerializer
 
configure(Map<String, ?>, boolean) - Method in class io.github.productboardlabs.kafka.serializers.AbstractJacksonKafkaAvroDeserializer
 
configure(Map<String, ?>, boolean) - Method in class io.github.productboardlabs.kafka.serializers.AbstractJacksonKafkaAvroSerializer
 
configure(Map<String, ?>, boolean) - Method in class io.github.productboardlabs.kafka.serializers.DefaultJacksonKafkaAvroSerializer
 
createAvroMapper() - Method in class io.github.productboardlabs.kafka.serializers.AbstractJacksonKafkaAvroDeserializer
 
createAvroMapper() - Method in class io.github.productboardlabs.kafka.serializers.AbstractJacksonKafkaAvroSerializer
 
createDecoder(SchemaStore) - Static method in class example.avro.User
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
customDecode(ResolvingDecoder) - Method in class example.avro.User
 
customEncode(Encoder) - Method in class example.avro.User
 

D

DefaultJacksonKafkaAvroDeserializer - Class in io.github.productboardlabs.kafka.serializers
 
DefaultJacksonKafkaAvroDeserializer() - Constructor for class io.github.productboardlabs.kafka.serializers.DefaultJacksonKafkaAvroDeserializer
 
DefaultJacksonKafkaAvroDeserializer(int) - Constructor for class io.github.productboardlabs.kafka.serializers.DefaultJacksonKafkaAvroDeserializer
 
DefaultJacksonKafkaAvroSerializer - Class in io.github.productboardlabs.kafka.serializers
 
DefaultJacksonKafkaAvroSerializer() - Constructor for class io.github.productboardlabs.kafka.serializers.DefaultJacksonKafkaAvroSerializer
 
deserialize(String, byte[]) - Method in class io.github.productboardlabs.kafka.serializers.AbstractJacksonKafkaAvroDeserializer
 
deserialize(String, Headers, byte[]) - Method in class io.github.productboardlabs.kafka.serializers.AbstractJacksonKafkaAvroDeserializer
 

E

example.avro - package example.avro
 

F

fromByteBuffer(ByteBuffer) - Static method in class example.avro.User
Deserializes a User from a ByteBuffer.

G

get(int) - Method in class example.avro.User
 
getClassFor(String, Schema) - Method in class io.github.productboardlabs.kafka.serializers.AbstractJacksonKafkaAvroDeserializer
 
getClassFor(String, Schema) - Method in class io.github.productboardlabs.kafka.serializers.DefaultJacksonKafkaAvroDeserializer
 
getClassName(String, Schema) - Method in class io.github.productboardlabs.kafka.serializers.DefaultJacksonKafkaAvroDeserializer
 
getClassSchema() - Static method in class example.avro.User
 
getDecoder() - Static method in class example.avro.User
Return the BinaryMessageDecoder instance used by this class.
getEncoder() - Static method in class example.avro.User
Return the BinaryMessageEncoder instance used by this class.
getFavoriteColor() - Method in class example.avro.User.Builder
Gets the value of the 'favorite_color' field.
getFavoriteColor() - Method in class example.avro.User
Gets the value of the 'favorite_color' field.
getFavoriteNumber() - Method in class example.avro.User.Builder
Gets the value of the 'favorite_number' field.
getFavoriteNumber() - Method in class example.avro.User
Gets the value of the 'favorite_number' field.
getMaxMessageSize() - Method in exception class io.github.productboardlabs.kafka.serializers.MessageTooLargeDeserializationException
 
getMessageSize() - Method in exception class io.github.productboardlabs.kafka.serializers.MessageTooLargeDeserializationException
 
getName() - Method in class example.avro.User.Builder
Gets the value of the 'name' field.
getName() - Method in class example.avro.User
Gets the value of the 'name' field.
getPath(String, Object, String) - Method in class io.github.productboardlabs.kafka.serializers.DefaultJacksonKafkaAvroSerializer
 
getSchema() - Method in class example.avro.User
 
getSchema() - Method in class io.github.productboardlabs.kafka.serializers.SchemaMetadata
 
getSchemaFor(String, Object) - Method in class io.github.productboardlabs.kafka.serializers.AbstractJacksonKafkaAvroSerializer
 
getSchemaFor(String, Object) - Method in class io.github.productboardlabs.kafka.serializers.DefaultJacksonKafkaAvroSerializer
 
getSpecificData() - Method in class example.avro.User
 
getSubject() - Method in class io.github.productboardlabs.kafka.serializers.SchemaMetadata
 
getTopic() - Method in exception class io.github.productboardlabs.kafka.serializers.MessageTooLargeDeserializationException
 

H

hasCustomCoders() - Method in class example.avro.User
 
hasFavoriteColor() - Method in class example.avro.User.Builder
Checks whether the 'favorite_color' field has been set.
hasFavoriteNumber() - Method in class example.avro.User.Builder
Checks whether the 'favorite_number' field has been set.
hasName() - Method in class example.avro.User.Builder
Checks whether the 'name' field has been set.

I

io.github.productboardlabs.kafka.serializers - package io.github.productboardlabs.kafka.serializers
 

M

MessageTooLargeDeserializationException - Exception Class in io.github.productboardlabs.kafka.serializers
Thrown when the message is larger than limit set in the AbstractJacksonKafkaAvroDeserializer.

N

newBuilder() - Static method in class example.avro.User
Creates a new User RecordBuilder.
newBuilder(User) - Static method in class example.avro.User
Creates a new User RecordBuilder by copying an existing User instance.
newBuilder(User.Builder) - Static method in class example.avro.User
Creates a new User RecordBuilder by copying an existing Builder.

P

put(int, Object) - Method in class example.avro.User
 

R

readExternal(ObjectInput) - Method in class example.avro.User
 

S

SCHEMA$ - Static variable in class example.avro.User
 
SchemaMetadata - Class in io.github.productboardlabs.kafka.serializers
 
SchemaMetadata(Schema, String) - Constructor for class io.github.productboardlabs.kafka.serializers.SchemaMetadata
 
serialize(String, Object) - Method in class io.github.productboardlabs.kafka.serializers.AbstractJacksonKafkaAvroSerializer
 
serialize(String, Headers, Object) - Method in class io.github.productboardlabs.kafka.serializers.AbstractJacksonKafkaAvroSerializer
 
setFavoriteColor(CharSequence) - Method in class example.avro.User.Builder
Sets the value of the 'favorite_color' field.
setFavoriteColor(CharSequence) - Method in class example.avro.User
Sets the value of the 'favorite_color' field.
setFavoriteNumber(Integer) - Method in class example.avro.User.Builder
Sets the value of the 'favorite_number' field.
setFavoriteNumber(Integer) - Method in class example.avro.User
Sets the value of the 'favorite_number' field.
setName(CharSequence) - Method in class example.avro.User.Builder
Sets the value of the 'name' field.
setName(CharSequence) - Method in class example.avro.User
Sets the value of the 'name' field.

T

toByteBuffer() - Method in class example.avro.User
Serializes this User to a ByteBuffer.

U

User - Class in example.avro
 
User() - Constructor for class example.avro.User
Default constructor.
User(CharSequence, Integer, CharSequence) - Constructor for class example.avro.User
All-args constructor.
User.Builder - Class in example.avro
RecordBuilder for User instances.

W

writeExternal(ObjectOutput) - Method in class example.avro.User
 
A B C D E F G H I M N P R S T U W 
All Classes and Interfaces|All Packages|Serialized Form