public static class SchemaBuilder.BytesDefault<R> extends Object
Modifier and Type | Method and Description |
---|---|
SchemaBuilder.FieldAssembler<R> |
bytesDefault(byte[] defaultVal)
Completes this field with the default value provided, cannot be null
|
SchemaBuilder.FieldAssembler<R> |
bytesDefault(ByteBuffer defaultVal)
Completes this field with the default value provided, cannot be null
|
SchemaBuilder.FieldAssembler<R> |
bytesDefault(String defaultVal)
Completes this field with the default value provided, cannot be null.
|
protected SchemaBuilder.BytesDefault<R> |
self() |
public final SchemaBuilder.FieldAssembler<R> bytesDefault(byte[] defaultVal)
public final SchemaBuilder.FieldAssembler<R> bytesDefault(ByteBuffer defaultVal)
public final SchemaBuilder.FieldAssembler<R> bytesDefault(String defaultVal)
protected final SchemaBuilder.BytesDefault<R> self()
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.