| Package | Description |
|---|---|
| de.flapdoodle.reflection |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMapTypeInfo<K,V> |
ImmutableMapTypeInfo.Builder.build()
Builds a new
ImmutableMapTypeInfo. |
static <K,V> ImmutableMapTypeInfo<K,V> |
ImmutableMapTypeInfo.copyOf(MapTypeInfo<K,V> instance)
Creates an immutable copy of a
MapTypeInfo value. |
static <K,V> ImmutableMapTypeInfo<K,V> |
ImmutableMapTypeInfo.of(TypeInfo<K> key,
TypeInfo<V> value)
Construct a new immutable
MapTypeInfo instance. |
ImmutableMapTypeInfo<K,V> |
ImmutableMapTypeInfo.withKey(TypeInfo<K> value)
Copy the current immutable object by setting a value for the
key attribute. |
ImmutableMapTypeInfo<K,V> |
ImmutableMapTypeInfo.withValue(TypeInfo<V> value)
Copy the current immutable object by setting a value for the
value attribute. |
Copyright © 2025. All rights reserved.