| Package | Description |
|---|---|
| net.minidev.asm | |
| net.minidev.json |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicFiledFilter |
| Modifier and Type | Method and Description |
|---|---|
static <P> BeansAccess<P> |
BeansAccess.get(java.lang.Class<P> type,
FieldFilter filter)
return the BeansAccess corresponding to a type
|
static Accessor[] |
ASMUtil.getAccessors(java.lang.Class<?> type,
FieldFilter filter)
Extract all Accessor for the field of the given class.
|
| Constructor and Description |
|---|
Accessor(java.lang.Class<?> c,
java.lang.reflect.Field field,
FieldFilter filter)
build accessor for a field
|
| Modifier and Type | Class and Description |
|---|---|
static class |
JSONUtil.JsonSmartFieldFilter |