| Constructor and Description |
|---|
MapType() |
MapType(DataType<K> keyType,
DataType<V> valueType) |
| Modifier and Type | Method and Description |
|---|---|
MapType<K,V> |
defaultValue(Map<K,V> value) |
MapType<K,V> |
feature(String name,
Object value) |
MapType<K,V> |
features(Map<String,Object> features) |
MapType<K,V> |
format(String format) |
DataType<K> |
getKeyType() |
DataType<V> |
getValueType() |
MapType<K,V> |
nullable(boolean nullable) |
getDefaultValue, getFeatures, getFormat, getKind, isNullable, nullable, setDefaultValue, setFeatures, setFormat, setNullablepublic MapType<K,V> defaultValue(Map<K,V> value)
defaultValue in class DataType<Map<K,V>>Copyright © 2016–2019 Softelnet. All rights reserved.