public interface BeanContextBuilder
JuffrouBeanWrapper to created contexts for its nested bean wrappers.| Modifier and Type | Method and Description |
|---|---|
BeanWrapperContext |
build(CustomizableBeanWrapperFactory bwFactory,
Class clazz,
Type... types)
Called by the BeanWrapperFactory to instantiate a new BeanWrapperContext
|
BeanWrapperContext build(CustomizableBeanWrapperFactory bwFactory, Class clazz, 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–2020 Juffrou. All rights reserved.