public static class SchemaBuilder.MapDefault<R> extends SchemaBuilder.FieldDefault<R,SchemaBuilder.MapDefault<R>>
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
|
noDefault
public final <K,V> SchemaBuilder.FieldAssembler<R> mapDefault(Map<K,V> defaultVal)
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.