public static class SchemaBuilder.MapDefault<R> extends Object
Modifier and Type | Method and Description |
---|---|
<K,V> SchemaBuilder.FieldAssembler<R> |
mapDefault(Map<K,V> defaultVal)
Completes this field with the default value provided, cannot be null
|
protected SchemaBuilder.MapDefault<R> |
self() |
public final <K,V> SchemaBuilder.FieldAssembler<R> mapDefault(Map<K,V> defaultVal)
protected final SchemaBuilder.MapDefault<R> self()
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.