| Package | Description |
|---|---|
| de.flapdoodle.reflection |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> ImmutableMapTypeInfo.Builder<K,V> |
ImmutableMapTypeInfo.builder()
Creates a builder for
ImmutableMapTypeInfo. |
ImmutableMapTypeInfo.Builder<K,V> |
ImmutableMapTypeInfo.Builder.from(MapTypeInfo<K,V> instance)
Fill a builder with attribute values from the provided
MapTypeInfo instance. |
ImmutableMapTypeInfo.Builder<K,V> |
ImmutableMapTypeInfo.Builder.key(TypeInfo<K> key)
Initializes the value for the
key attribute. |
ImmutableMapTypeInfo.Builder<K,V> |
ImmutableMapTypeInfo.Builder.value(TypeInfo<V> value)
Initializes the value for the
value attribute. |
Copyright © 2024. All rights reserved.