public interface TypeInfo<T>
| Modifier and Type | Method and Description |
|---|---|
T |
cast(Object instance) |
boolean |
isInstance(Object instance) |
static <T> TypeInfo<List<T>> |
listOf(TypeInfo<T> type) |
static <T> TypeInfo<T> |
of(Class<T> type) |
Copyright © 2023. All rights reserved.