public class TypeReference extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeReference.Bound |
| Modifier and Type | Field and Description |
|---|---|
static TypeReference |
BOOLEAN |
static TypeReference |
BOOLEAN_ARRAY |
static TypeReference |
DOUBLE |
static TypeReference |
DOUBLE_ARRAY |
static TypeReference |
INT |
static TypeReference |
INT_ARRAY |
static TypeReference |
LONG |
static TypeReference |
LONG_ARRAY |
static TypeReference |
OBJECT |
static TypeReference |
VOID |
public static final TypeReference VOID
public static final TypeReference OBJECT
public static final TypeReference BOOLEAN
public static final TypeReference INT
public static final TypeReference LONG
public static final TypeReference DOUBLE
public static final TypeReference BOOLEAN_ARRAY
public static final TypeReference INT_ARRAY
public static final TypeReference LONG_ARRAY
public static final TypeReference DOUBLE_ARRAY
public static TypeReference.Bound extending(Class<?> type)
public static TypeReference.Bound extending(TypeReference type)
public static TypeReference typeReference(Class<?> type)
public static TypeReference typeParameter(String name)
public static TypeReference arrayOf(TypeReference type)
public static TypeReference parameterizedType(Class<?> base, Class<?>... parameters)
public static TypeReference parameterizedType(Class<?> base, TypeReference... parameters)
public static TypeReference parameterizedType(TypeReference base, TypeReference... parameters)
public static TypeReference[] typeReferences(Class<?> first, Class<?>[] more)
public static TypeReference[] typeReferences(Class<?>[] types)
public String packageName()
public String name()
public String simpleName()
public boolean isPrimitive()
public boolean isTypeParameter()
public boolean isGeneric()
public List<TypeReference> parameters()
public String fullName()
public boolean isArray()
public boolean isVoid()
public boolean isInnerClass()
public String declaringClassName()
public int modifiers()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.