Uses of Class
example.avro.User
Packages that use User
-
Uses of User in example.avro
Methods in example.avro that return UserModifier and TypeMethodDescriptionUser.Builder.build()static UserUser.fromByteBuffer(ByteBuffer b) Deserializes a User from a ByteBuffer.Methods in example.avro that return types with arguments of type UserModifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<User>User.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<User>User.getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<User>User.getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in example.avro with parameters of type UserModifier and TypeMethodDescriptionstatic User.BuilderUser.newBuilder(User other) Creates a new User RecordBuilder by copying an existing User instance.