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