Modifier and Type | Method and Description |
---|---|
<T> T |
get(Object target) |
<T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
Annotation[] |
getAnnotations() |
Class<?> |
getDeclaringType() |
ParameterizedType |
getGenericType() |
String |
getName() |
<T> T |
getRaw(Object target) |
ParameterizedType |
getRawGenericType() |
Class<?> |
getRawType() |
Class<?> |
getRawTypeArg(int index) |
int |
getRawTypeArgsCount() |
TypeKind |
getRawTypeKind() |
Class<?> |
getType() |
Class<?> |
getTypeArg(int index) |
int |
getTypeArgsCount() |
TypeKind |
getTypeKind() |
boolean |
isReadOnly() |
void |
reset(Object target) |
void |
set(Object target,
Object value) |
void |
setRaw(Object target,
Object value) |
<T> T get(Object target)
<T> T getRaw(Object target)
void reset(Object target)
String getName()
boolean isReadOnly()
Class<?> getType()
Class<?> getRawType()
TypeKind getTypeKind()
TypeKind getRawTypeKind()
ParameterizedType getGenericType()
ParameterizedType getRawGenericType()
<T extends Annotation> T getAnnotation(Class<T> annotationClass)
Annotation[] getAnnotations()
int getTypeArgsCount()
int getRawTypeArgsCount()
Class<?> getTypeArg(int index)
Class<?> getRawTypeArg(int index)
Class<?> getDeclaringType()
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.