Package | Description |
---|---|
net.minidev.asm |
Modifier and Type | Method and Description |
---|---|
Accessor[] |
BeansAccess.getAccessors() |
static Accessor[] |
ASMUtil.getAccessors(Class<?> type,
FieldFilter filter)
Extract all Accessor for the field of the given class.
|
Modifier and Type | Method and Description |
---|---|
HashMap<String,Accessor> |
BeansAccess.getMap() |
Modifier and Type | Method and Description |
---|---|
protected void |
BeansAccess.setAccessor(Accessor[] accs) |
Constructor and Description |
---|
BeansAccessBuilder(Class<?> type,
Accessor[] accs,
net.minidev.asm.DynamicClassLoader loader)
Build reflect bytecode from accessor list.
|
Copyright © 2016 Chemouni Uriel. All rights reserved.