| Modifier and Type | Field and Description |
|---|---|
protected List<Annotation> |
annotations |
protected Class<T> |
ref |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
asClass() |
ListClass<T> |
asList() |
MapClass<T> |
asMap() |
static TypedClass<?> |
create(Field f) |
List<Annotation> |
getAnnotations() |
String |
getName() |
boolean |
isList() |
boolean |
isMap() |
boolean |
isSubtypeOf(Class<?> c) |
boolean |
isSubtypeOf(TypedClass<?> c) |
String |
toString() |
protected List<Annotation> annotations
public boolean isSubtypeOf(Class<?> c)
public boolean isSubtypeOf(TypedClass<?> c)
public String getName()
public boolean isList()
public boolean isMap()
public List<Annotation> getAnnotations()
public static TypedClass<?> create(Field f)
Copyright © 2015. All rights reserved.