public final class BeanContext extends Object
Constructor and Description |
---|
BeanContext(Class<?> beanClass,
FieldInfo fieldInfo) |
Modifier and Type | Method and Description |
---|---|
<T extends Annotation> |
getAnnation(Class<T> annotationClass) |
Class<?> |
getBeanClass() |
int |
getFeatures() |
Field |
getField() |
Class<?> |
getFieldClass() |
Type |
getFieldType() |
String |
getFormat() |
String |
getLabel() |
Method |
getMethod() |
String |
getName() |
boolean |
isJsonDirect() |
public Class<?> getBeanClass()
public Method getMethod()
public Field getField()
public String getName()
public String getLabel()
public Class<?> getFieldClass()
public Type getFieldType()
public int getFeatures()
public boolean isJsonDirect()
public <T extends Annotation> T getAnnation(Class<T> annotationClass)
public String getFormat()
Copyright © 2012–2022 Alibaba Group. All rights reserved.