public static class Simple.AvroBuilder extends Object implements Simple.Builder<SimpleAvro>
| Constructor and Description |
|---|
AvroBuilder(SimpleAvro.Builder builder)
Only use this if you know what you are doing.
|
| Modifier and Type | Method and Description |
|---|---|
Simple<SimpleAvro> |
build() |
Simple.Builder<SimpleAvro> |
clearBar() |
Simple.Builder<SimpleAvro> |
clearBaz() |
Simple.Builder<SimpleAvro> |
clearFoo() |
Simple.Builder<SimpleAvro> |
setBar(Supplier<byte[]> value) |
Simple.Builder<SimpleAvro> |
setBaz(double value) |
Simple.Builder<SimpleAvro> |
setFoo(long value) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearBlab, setBlabpublic AvroBuilder(SimpleAvro.Builder builder)
public Simple<SimpleAvro> build()
build in interface Simple.Builder<SimpleAvro>public Simple.Builder<SimpleAvro> setFoo(long value)
setFoo in interface Simple.Builder<SimpleAvro>public Simple.Builder<SimpleAvro> clearFoo()
clearFoo in interface Simple.Builder<SimpleAvro>public Simple.Builder<SimpleAvro> setBar(Supplier<byte[]> value)
setBar in interface Simple.Builder<SimpleAvro>public Simple.Builder<SimpleAvro> clearBar()
clearBar in interface Simple.Builder<SimpleAvro>public Simple.Builder<SimpleAvro> setBaz(double value)
setBaz in interface Simple.Builder<SimpleAvro>public Simple.Builder<SimpleAvro> clearBaz()
clearBaz in interface Simple.Builder<SimpleAvro>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.