| Package | Description |
|---|---|
| com.adgear.anoa.test.nested |
| Modifier and Type | Method and Description |
|---|---|
EnumAvro |
Enum.Avro.get() |
EnumAvro |
NestedAvro.Builder.getEnumField()
Gets the value of the 'enum_field' field.
|
static EnumAvro |
EnumAvro.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumAvro[] |
EnumAvro.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<EnumAvro> |
Enum.getAvroClass()
Returns Avro enum class.
|
GenericData.Array<EnumAvro> |
NestedAvro.Builder.getEnumListField()
Gets the value of the 'enum_list_field' field.
|
HashMap<Utf8,EnumAvro> |
NestedAvro.Builder.getEnumMapField()
Gets the value of the 'enum_map_field' field.
|
GenericData.Array<EnumAvro> |
NestedAvro.Builder.getEnumSetField()
Gets the value of the 'enum_set_field' field.
|
| Modifier and Type | Method and Description |
|---|---|
static Enum.Avro |
Enum.avro(EnumAvro instance)
Returns enum instance for the given Avro enum.
|
NestedAvro.Builder |
NestedAvro.Builder.setEnumField(EnumAvro value)
Sets the value of the 'enum_field' field.
|
| Modifier and Type | Method and Description |
|---|---|
NestedAvro.Builder |
NestedAvro.Builder.setEnumListField(GenericData.Array<EnumAvro> value)
Sets the value of the 'enum_list_field' field.
|
NestedAvro.Builder |
NestedAvro.Builder.setEnumMapField(HashMap<Utf8,EnumAvro> value)
Sets the value of the 'enum_map_field' field.
|
NestedAvro.Builder |
NestedAvro.Builder.setEnumSetField(GenericData.Array<EnumAvro> value)
Sets the value of the 'enum_set_field' field.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.