@Value.Immutable public abstract class ClassTypeInfo<T> extends Object implements TypeInfo<T>
| Constructor and Description |
|---|
ClassTypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
T |
cast(Object instance) |
boolean |
isInstance(Object instance) |
abstract Class<T> |
type() |
Copyright © 2023. All rights reserved.