public final class Types extends Object
Modifier and Type | Field and Description |
---|---|
private static List<Class<?>> |
ARRAY_PRIMITIVE_TYPES_LIST
All class definitions of primitive array types, as a
List (e.g. |
private static Map<Class<?>,Object> |
KDB_NULL_TYPES
Java class to kdb object
null mapping |
Constructor and Description |
---|
Types() |
Modifier and Type | Method and Description |
---|---|
static List<Class<?>> |
getArrayPrimitiveTypes() |
static Object |
getKdbNullFor(Class<?> javaType)
The source of the kdb null is instantiated statically, so this function can be called as many
times as necessary without any object creation cost.
|
private static final List<Class<?>> ARRAY_PRIMITIVE_TYPES_LIST
List
(e.g. int[].class
)Copyright © 2017. All rights reserved.