public class BeansAccessBuilder extends Object
BeansAccess classes for accessing bean properties efficiently.
This class utilizes the ASM library to generate bytecode at runtime, thereby bypassing the need for Java reflection.| Constructor and Description |
|---|
BeansAccessBuilder(Class<?> type,
Accessor[] accs,
net.minidev.asm.DynamicClassLoader loader)
Initializes a new builder instance for a given bean class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addConversion(Class<?> conv)
Resister a new conversion
|
void |
addConversion(Iterable<Class<?>> conv)
register multiple new conversion
|
Class<?> |
bulid()
build the conversion class.
|
public void addConversion(Iterable<Class<?>> conv)
conv - conv listpublic void addConversion(Class<?> conv)
conv - the convpublic Class<?> bulid()
Copyright © 2025 Chemouni Uriel. All rights reserved.