public class Classes extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.jandex.DotName |
ADAPTER |
static org.jboss.jandex.DotName |
ARRAY_LIST |
static org.jboss.jandex.DotName |
COLLECTION |
static org.jboss.jandex.DotName |
DEQUE |
static org.jboss.jandex.DotName |
DURATION |
static org.jboss.jandex.DotName |
ENTRY |
static org.jboss.jandex.DotName |
ENUM |
static org.jboss.jandex.DotName |
HASH_MAP |
static org.jboss.jandex.DotName |
HASH_SET |
static org.jboss.jandex.DotName |
HASHTABLE |
static org.jboss.jandex.DotName |
INSTANT |
static org.jboss.jandex.DotName |
JSONB_ADAPTER |
static org.jboss.jandex.DotName |
LINKED_LIST |
static org.jboss.jandex.DotName |
LIST |
static org.jboss.jandex.DotName |
LOCALDATE |
static org.jboss.jandex.DotName |
LOCALDATETIME |
static org.jboss.jandex.DotName |
LOCALTIME |
static org.jboss.jandex.DotName |
MAP |
static org.jboss.jandex.DotName |
OBJECT |
static org.jboss.jandex.DotName |
OFFSETDATETIME |
static org.jboss.jandex.DotName |
OFFSETTIME |
static org.jboss.jandex.DotName |
OPTIONAL |
static org.jboss.jandex.DotName |
PERIOD |
static org.jboss.jandex.DotName |
QUEUE |
static org.jboss.jandex.DotName |
RECORD |
static org.jboss.jandex.DotName |
SERIALIZABLE |
static org.jboss.jandex.DotName |
SET |
static org.jboss.jandex.DotName |
SORTED_MAP |
static org.jboss.jandex.DotName |
SORTED_SET |
static org.jboss.jandex.DotName |
SQL_DATE |
static org.jboss.jandex.DotName |
SQL_TIME |
static org.jboss.jandex.DotName |
SQL_TIMESTAMP |
static org.jboss.jandex.DotName |
STACK |
static org.jboss.jandex.DotName |
TREE_MAP |
static org.jboss.jandex.DotName |
TREE_SET |
static org.jboss.jandex.DotName |
UTIL_DATE |
static org.jboss.jandex.DotName |
VECTOR |
static org.jboss.jandex.DotName |
ZONEDDATETIME |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isArray(org.jboss.jandex.Type type)
Return true if this is an array
|
static boolean |
isCollection(org.jboss.jandex.Type type)
Return true if type is java Collection type which is handled as GraphQL array
|
static boolean |
isCollectionOrArray(org.jboss.jandex.Type type)
Deprecated.
|
static boolean |
isDateLikeTypeOrContainedIn(org.jboss.jandex.Type type)
Check if this type is a Date (or collection of numbers)
|
static boolean |
isEnum(org.jboss.jandex.ClassInfo classInfo)
Check if a certain class is an enum
|
static boolean |
isInterface(org.jboss.jandex.ClassInfo classInfo)
Check if a certain class is an interface
|
static boolean |
isMap(org.jboss.jandex.Type type) |
static boolean |
isNumberLikeTypeOrContainedIn(org.jboss.jandex.Type type)
Check if this type is a Number (or collection of numbers)
|
static boolean |
isOptional(org.jboss.jandex.Type type)
Check if a certain type is Optional
|
static boolean |
isParameterized(org.jboss.jandex.Type type)
Check if this is a Parameterized type
|
static boolean |
isUnwrappedType(org.jboss.jandex.Type type)
Deprecated.
|
static boolean |
isWrapper(org.jboss.jandex.Type type) |
public static final org.jboss.jandex.DotName SERIALIZABLE
public static final org.jboss.jandex.DotName OBJECT
public static final org.jboss.jandex.DotName COLLECTION
public static final org.jboss.jandex.DotName LIST
public static final org.jboss.jandex.DotName LINKED_LIST
public static final org.jboss.jandex.DotName VECTOR
public static final org.jboss.jandex.DotName ARRAY_LIST
public static final org.jboss.jandex.DotName STACK
public static final org.jboss.jandex.DotName SET
public static final org.jboss.jandex.DotName HASH_SET
public static final org.jboss.jandex.DotName SORTED_SET
public static final org.jboss.jandex.DotName TREE_SET
public static final org.jboss.jandex.DotName QUEUE
public static final org.jboss.jandex.DotName DEQUE
public static final org.jboss.jandex.DotName MAP
public static final org.jboss.jandex.DotName HASH_MAP
public static final org.jboss.jandex.DotName TREE_MAP
public static final org.jboss.jandex.DotName HASHTABLE
public static final org.jboss.jandex.DotName SORTED_MAP
public static final org.jboss.jandex.DotName ENTRY
public static final org.jboss.jandex.DotName OPTIONAL
public static final org.jboss.jandex.DotName ENUM
public static final org.jboss.jandex.DotName RECORD
public static final org.jboss.jandex.DotName LOCALDATE
public static final org.jboss.jandex.DotName LOCALDATETIME
public static final org.jboss.jandex.DotName LOCALTIME
public static final org.jboss.jandex.DotName ZONEDDATETIME
public static final org.jboss.jandex.DotName OFFSETDATETIME
public static final org.jboss.jandex.DotName OFFSETTIME
public static final org.jboss.jandex.DotName INSTANT
public static final org.jboss.jandex.DotName PERIOD
public static final org.jboss.jandex.DotName DURATION
public static final org.jboss.jandex.DotName UTIL_DATE
public static final org.jboss.jandex.DotName SQL_DATE
public static final org.jboss.jandex.DotName SQL_TIMESTAMP
public static final org.jboss.jandex.DotName SQL_TIME
public static final org.jboss.jandex.DotName JSONB_ADAPTER
public static final org.jboss.jandex.DotName ADAPTER
public static boolean isWrapper(org.jboss.jandex.Type type)
public static boolean isParameterized(org.jboss.jandex.Type type)
type - public static boolean isOptional(org.jboss.jandex.Type type)
type - the typepublic static boolean isInterface(org.jboss.jandex.ClassInfo classInfo)
classInfo - the class to checkpublic static boolean isEnum(org.jboss.jandex.ClassInfo classInfo)
classInfo - the class to checkpublic static boolean isNumberLikeTypeOrContainedIn(org.jboss.jandex.Type type)
type - the type to checkpublic static boolean isDateLikeTypeOrContainedIn(org.jboss.jandex.Type type)
type - the type to check@Deprecated public static boolean isCollectionOrArray(org.jboss.jandex.Type type)
type - to checkpublic static boolean isArray(org.jboss.jandex.Type type)
type - public static boolean isCollection(org.jboss.jandex.Type type)
type - to checkpublic static boolean isMap(org.jboss.jandex.Type type)
@Deprecated public static boolean isUnwrappedType(org.jboss.jandex.Type type)
type - to be checkedCopyright © 2018–2021. All rights reserved.