Package | Description |
---|---|
net.minidev.asm |
Modifier and Type | Method and Description |
---|---|
Accessor[] |
BeansAccess.getAccessors()
get internal accessor
|
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()
get internal map
|
Modifier and Type | Method and Description |
---|---|
protected void |
BeansAccess.setAccessor(Accessor[] accs)
set Accessor
|
Constructor and Description |
---|
BeansAccessBuilder(Class<?> type,
Accessor[] accs,
net.minidev.asm.DynamicClassLoader loader)
Initializes a new builder instance for a given bean class.
|
Copyright © 2025 Chemouni Uriel. All rights reserved.