public class Type<T> extends Object
static Type<Map<String,Object>>
DICTIONARY
static Type<List<Object>>
LIST
static Type<Long>
NUMBER
static Type<String>
STRING
static Type<Void>
UNKNOWN
static Type[]
values()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final Type<String> STRING
public static final Type<Long> NUMBER
public static final Type<List<Object>> LIST
public static final Type<Map<String,Object>> DICTIONARY
public static final Type<Void> UNKNOWN
public static Type[] values()
Copyright © 2015–2025. All rights reserved.