| Package | Description |
|---|---|
| de.flapdoodle.reflection |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMapTypeInfo<K,V>
Immutable implementation of
MapTypeInfo. |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> ImmutableMapTypeInfo<K,V> |
ImmutableMapTypeInfo.copyOf(MapTypeInfo<K,V> instance)
Creates an immutable copy of a
MapTypeInfo value. |
ImmutableMapTypeInfo.Builder<K,V> |
ImmutableMapTypeInfo.Builder.from(MapTypeInfo<K,V> instance)
Fill a builder with attribute values from the provided
MapTypeInfo instance. |
Copyright © 2024. All rights reserved.