Package cool.scx.common.reflect
Class FieldInfo
java.lang.Object
cool.scx.common.reflect.FieldInfo
FieldInfo
-
Method Summary
Modifier and TypeMethodDescriptionfield()<T extends Annotation>
TgetAnnotation(Class<T> annotationClass) <T extends Annotation>
T[]getAnnotationsByType(Class<T> annotationClass) name()voidvoidsetAccessible(boolean flag) com.fasterxml.jackson.databind.JavaTypetype()
-
Method Details
-
field
-
classInfo
-
name
-
accessModifier
-
type
public com.fasterxml.jackson.databind.JavaType type() -
annotations
-
getAnnotation
-
getAnnotations
-
getAnnotationsByType
-
setAccessible
public void setAccessible(boolean flag) -
set
- Throws:
IllegalAccessException
-
get
- Throws:
IllegalAccessException
-