| Constructor and Description |
|---|
OptionalTypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
cast(Object instance) |
boolean |
isAssignable(TypeInfo<?> other) |
boolean |
isInstance(Object instance) |
static <T> TypeInfo<Optional<T>> |
of(TypeInfo<T> valueType) |
abstract TypeInfo<T> |
value() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcastIfNotNull, ifInstance, listOf, mapOf, of, optionalOfpublic boolean isInstance(Object instance)
isInstance in interface TypeInfo<Optional<T>>public boolean isAssignable(TypeInfo<?> other)
isAssignable in interface TypeInfo<Optional<T>>Copyright © 2026. All rights reserved.