@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 |
isAssignable(TypeInfo<?> other) |
boolean |
isInstance(Object instance) |
abstract Class<T> |
type() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitifInstance, listOf, mapOfpublic boolean isInstance(Object instance)
isInstance in interface TypeInfo<T>public boolean isAssignable(TypeInfo<?> other)
isAssignable in interface TypeInfo<T>Copyright © 2024. All rights reserved.