MapType<K,V> |
MapType.clone() |
MapType<K,V> |
MapType.withAnnotated() |
MapType<K,V> |
MapType.withAnnotated(boolean annotated) |
MapType<K,V> |
MapType.withDefaultValue(Map<K,V> value) |
MapType<K,V> |
MapType.withDescription(String description) |
MapType<K,V> |
MapType.withFeature(String name,
Object value) |
MapType<K,V> |
MapType.withFeatures(Map<String,Object> features) |
MapType<K,V> |
MapType.withFormat(String format) |
MapType<K,V> |
MapType.withKey(DataType<K> keyType) |
MapType<K,V> |
MapType.withLabel(String label) |
MapType<K,V> |
MapType.withName(String name) |
MapType<K,V> |
MapType.withNullable() |
MapType<K,V> |
MapType.withNullable(boolean nullable) |
MapType<K,V> |
MapType.withOptional() |
MapType<K,V> |
MapType.withProvided(ProvidedMeta provided) |
MapType<K,V> |
MapType.withValue(DataType<V> valueType) |