public class VirtualBean extends Object implements InvocationHandler
| Constructor and Description |
|---|
VirtualBean(Map<String,Object> values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static <T> T |
factory(Class<T> beanInterface,
Map<String,Object> values) |
int |
hashCode() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
String |
toString() |
Copyright © 2020. All rights reserved.