| Package | Description |
|---|---|
| com.adgear.anoa.test.nested |
| Modifier and Type | Class and Description |
|---|---|
static class |
Bytes.Avro |
static class |
Bytes.NativeImpl |
static class |
Bytes.Protobuf |
static class |
Bytes.Thrift |
| Modifier and Type | Method and Description |
|---|---|
Bytes<T> |
Bytes.Builder.build() |
Bytes<BytesAvro> |
Bytes.AvroBuilder.build() |
Bytes<NestedProtobuf.Bytes> |
Bytes.ProtobufBuilder.build() |
Bytes<BytesThrift> |
Bytes.ThriftBuilder.build() |
static Bytes<BytesAvro> |
Bytes.Avro.from(byte[] binaryEncoding)
Decodes a Avro record.
|
static Bytes<NestedProtobuf.Bytes> |
Bytes.Protobuf.from(byte[] binaryEncoding)
Decodes a Protobuf message.
|
Bytes<?> |
Nested.getStructField() |
Bytes<?> |
Nested.NativeImpl.getStructField() |
Bytes<?> |
Nested.Avro.getStructField() |
Bytes<?> |
Nested.Protobuf.getStructField() |
Bytes<?> |
Nested.Thrift.getStructField() |
| Modifier and Type | Method and Description |
|---|---|
static Bytes.Avro |
Bytes.avro(Bytes<?> instance)
Returns a wrapped Avro record based on an instance of Bytes.
|
int |
Bytes.Comparator.compare(Bytes<?> a,
Bytes<?> b) |
int |
Bytes.Comparator.compare(Bytes<?> a,
Bytes<?> b) |
default int |
Bytes.compareTo(Bytes<?> other) |
static Bytes.NativeImpl |
Bytes.nativeImpl(Bytes<?> instance)
Returns a POJO based on an instance of Bytes.
|
static Bytes.Builder<BytesAvro> |
Bytes.newAvroBuilder(Bytes<?> other)
Returns new Avro builder instance based on existing prototype Bytes.
|
static Bytes.Builder<Bytes.NativeImpl> |
Bytes.newNativeImplBuilder(Bytes<?> other)
Returns a POJO builder instance based on existing prototype Bytes.
|
static Bytes.Builder<NestedProtobuf.Bytes> |
Bytes.newProtobufBuilder(Bytes<?> other)
Returns new Protobuf builder instance based on existing prototype Bytes.
|
static Bytes.Builder<BytesThrift> |
Bytes.newThriftBuilder(Bytes<?> other)
Returns new Thrift builder instance based on existing prototype Bytes.
|
static Bytes.Protobuf |
Bytes.protobuf(Bytes<?> instance)
Returns a wrapped Protobuf message based on an instance of Bytes.
|
Nested.Builder<T> |
Nested.Builder.setStructField(Bytes<?> value) |
Nested.Builder<NestedAvro> |
Nested.AvroBuilder.setStructField(Bytes<?> value) |
Nested.Builder<NestedProtobuf.Nested> |
Nested.ProtobufBuilder.setStructField(Bytes<?> value) |
Nested.Builder<NestedThrift> |
Nested.ThriftBuilder.setStructField(Bytes<?> value) |
static Bytes.Thrift |
Bytes.thrift(Bytes<?> instance)
Returns a wrapped Thrift struct based on an instance of Bytes.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.