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