Uses of Class
example.avro.Email
Packages that use Email
-
Uses of Email in example.avro
Methods in example.avro that return EmailModifier and TypeMethodDescriptionEmail.Builder.build()static EmailEmail.fromByteBuffer(ByteBuffer b) Deserializes a Email from a ByteBuffer.Methods in example.avro that return types with arguments of type EmailModifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<Email>Email.createDecoder(org.apache.avro.message.SchemaStore resolver) Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<Email>Email.getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<Email>Email.getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in example.avro with parameters of type EmailModifier and TypeMethodDescriptionstatic Email.BuilderEmail.newBuilder(Email other) Creates a new Email RecordBuilder by copying an existing Email instance.