Package | Description |
---|---|
net.sf.juffrou.reflect |
Modifier and Type | Method and Description |
---|---|
BeanWrapperContext |
BeanContextBuilder.build(CustomizableBeanWrapperFactory bwFactory,
Class clazz,
Type... types)
Called by the BeanWrapperFactory to instantiate a new BeanWrapperContext
|
static void |
ReflectionUtil.getBeanFromMap(CustomizableBeanWrapperFactory factory,
Map<String,Object> beanMap,
Object bean)
Fill up a java bean with the contents of a map where the keys are
property names.
|
static Map<String,Object> |
ReflectionUtil.getMapFromBean(CustomizableBeanWrapperFactory factory,
Object bean)
Transform a Java bean into a Map where the keys are the property names.
|
Copyright © 2011–2020 Juffrou. All rights reserved.