public static class Nested.AvroBuilder extends Object implements Nested.Builder<NestedAvro>
| Constructor and Description |
|---|
AvroBuilder(NestedAvro.Builder builder)
Only use this if you know what you are doing.
|
public AvroBuilder(NestedAvro.Builder builder)
public Nested<NestedAvro> build()
build in interface Nested.Builder<NestedAvro>public Nested.Builder<NestedAvro> setEnumField(Enum<?> value)
setEnumField in interface Nested.Builder<NestedAvro>public Nested.Builder<NestedAvro> clearEnumField()
clearEnumField in interface Nested.Builder<NestedAvro>public Nested.Builder<NestedAvro> setStructField(Bytes<?> value)
setStructField in interface Nested.Builder<NestedAvro>public Nested.Builder<NestedAvro> clearStructField()
clearStructField in interface Nested.Builder<NestedAvro>public Nested.Builder<NestedAvro> setEnumListField(List<Enum<?>> value)
setEnumListField in interface Nested.Builder<NestedAvro>public Nested.Builder<NestedAvro> clearEnumListField()
clearEnumListField in interface Nested.Builder<NestedAvro>public Nested.Builder<NestedAvro> setStructListField(List<Bytes<?>> value)
setStructListField in interface Nested.Builder<NestedAvro>public Nested.Builder<NestedAvro> clearStructListField()
clearStructListField in interface Nested.Builder<NestedAvro>public Nested.Builder<NestedAvro> setEnumSetField(Set<Enum<?>> value)
setEnumSetField in interface Nested.Builder<NestedAvro>public Nested.Builder<NestedAvro> clearEnumSetField()
clearEnumSetField in interface Nested.Builder<NestedAvro>public Nested.Builder<NestedAvro> setStructSetField(Set<Bytes<?>> value)
setStructSetField in interface Nested.Builder<NestedAvro>public Nested.Builder<NestedAvro> clearStructSetField()
clearStructSetField in interface Nested.Builder<NestedAvro>public Nested.Builder<NestedAvro> setEnumMapField(Map<String,Enum<?>> value)
setEnumMapField in interface Nested.Builder<NestedAvro>public Nested.Builder<NestedAvro> clearEnumMapField()
clearEnumMapField in interface Nested.Builder<NestedAvro>public Nested.Builder<NestedAvro> setStructMapField(Map<String,Bytes<?>> value)
setStructMapField in interface Nested.Builder<NestedAvro>public Nested.Builder<NestedAvro> clearStructMapField()
clearStructMapField in interface Nested.Builder<NestedAvro>@Deprecated public Nested.Builder<NestedAvro> setFloatListField(List<Float> value)
setFloatListField in interface Nested.Builder<NestedAvro>@Deprecated public Nested.Builder<NestedAvro> clearFloatListField()
clearFloatListField in interface Nested.Builder<NestedAvro>@Deprecated public Nested.Builder<NestedAvro> setFloatMapField(Map<String,Float> value)
setFloatMapField in interface Nested.Builder<NestedAvro>@Deprecated public Nested.Builder<NestedAvro> clearFloatMapField()
clearFloatMapField in interface Nested.Builder<NestedAvro>public Nested.Builder<NestedAvro> setVariant(Variant<?> value)
setVariant in interface Nested.Builder<NestedAvro>public Nested.Builder<NestedAvro> clearVariant()
clearVariant in interface Nested.Builder<NestedAvro>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.