public interface BeanContextBuilder
JuffrouBeanWrapper to created contexts for its nested bean wrappers.| Modifier and Type | Method and Description |
|---|---|
BeanWrapperContext |
build(CustomizableBeanWrapperFactory bwFactory,
java.lang.Class clazz,
java.lang.reflect.Type... types)
Called by the BeanWrapperFactory to instantiate a new BeanWrapperContext
|
BeanWrapperContext build(CustomizableBeanWrapperFactory bwFactory, java.lang.Class clazz, java.lang.reflect.Type... types)
bwFactory - and instance of CustomizableBeanWrapperFactoryclazz - the Class to instantiatetypes - the parameters that defined the generic Class, or null if clazz is not genericCopyright © 2011-2014 Carlos Martins. All Rights Reserved.