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