Uses of Class
example.avro.Email

Packages that use Email
Package
Description
 
  • Uses of Email in example.avro

    Methods in example.avro that return Email
    Modifier and Type
    Method
    Description
    Email.Builder.build()
     
    static Email
    Deserializes a Email from a ByteBuffer.
    Methods in example.avro that return types with arguments of type Email
    Modifier and Type
    Method
    Description
    static 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 specified SchemaStore.
    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 Email
    Modifier and Type
    Method
    Description
    Email.newBuilder(Email other)
    Creates a new Email RecordBuilder by copying an existing Email instance.