public final class KotlinConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Object |
ABSENT_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable java.lang.Class<?> |
continuation()
Returns the continuation class
|
static @Nullable java.lang.Object |
defaultPrimitiveValue(java.lang.Class<?> type)
Returns the 'zero'-like value for a primitive type.
|
static boolean |
isKotlinClass(@NotNull java.lang.Class<?> cl)
Tests whether is the given class a Kotlin-generated class
|
static boolean |
isStaticFinal(int modifiers)
Tests whether the given element has
static final modifiers. |
public static boolean isStaticFinal(int modifiers)
static final modifiers.modifiers - Element modifiers@Nullable public static @Nullable java.lang.Object defaultPrimitiveValue(java.lang.Class<?> type)
Optional, this is Optional.empty()type - The type@Nullable public static @Nullable java.lang.Class<?> continuation()
public static boolean isKotlinClass(@NotNull
@NotNull java.lang.Class<?> cl)
cl - Class to test