| Package | Description |
|---|---|
| de.flapdoodle.reflection |
| Modifier and Type | Method and Description |
|---|---|
ImmutableListTypeInfo<T> |
ImmutableListTypeInfo.Builder.build()
Builds a new
ImmutableListTypeInfo. |
static <T> ImmutableListTypeInfo<T> |
ImmutableListTypeInfo.copyOf(ListTypeInfo<T> instance)
Creates an immutable copy of a
ListTypeInfo value. |
static <T> ImmutableListTypeInfo<T> |
ImmutableListTypeInfo.of(TypeInfo<T> elements)
Construct a new immutable
ListTypeInfo instance. |
ImmutableListTypeInfo<T> |
ImmutableListTypeInfo.withElements(TypeInfo<T> value)
Copy the current immutable object by setting a value for the
elements attribute. |
Copyright © 2023. All rights reserved.