Package com.alibaba.fastjson2.filter
Class BeanContext
- java.lang.Object
-
- com.alibaba.fastjson2.filter.BeanContext
-
public class BeanContext extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Annotation>
TgetAnnotation(Class<T> annotationClass)Class<?>getBeanClass()longgetFeatures()FieldgetField()Class<?>getFieldClass()TypegetFieldType()StringgetFormat()StringgetLabel()MethodgetMethod()StringgetName()booleanisJsonDirect()
-
-
-
Method Detail
-
getBeanClass
public Class<?> getBeanClass()
-
getMethod
public Method getMethod()
-
getField
public Field getField()
-
getName
public String getName()
-
getLabel
public String getLabel()
-
getFieldClass
public Class<?> getFieldClass()
-
getFieldType
public Type getFieldType()
-
getFeatures
public long getFeatures()
-
isJsonDirect
public boolean isJsonDirect()
-
getAnnotation
public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
-
getFormat
public String getFormat()
-
-