Package | Description |
---|---|
net.sf.juffrou.reflect | |
net.sf.juffrou.reflect.internal |
Class and Description |
---|
BeanContextBuilder
Used by the
JuffrouBeanWrapper to created contexts for its nested bean wrappers.Implement this interface if you want bean contexts to hold more bean metadata than the one used by bean wrapper. |
BeanInstanceBuilder
Used by the
BeanWrapperContext.newBeanInstance() to instantiate the wrapped bean when necessary.Implement this interface and CustomizableBeanWrapperFactory.setBeanInstanceBuilder(BeanInstanceBuilder) to handle
bean instantiation. |
BeanWrapperContext
Holds introspection information for a java bean class.
|
BeanWrapperFactory |
CustomizableBeanWrapperFactory
This class is responsible for creating and caching BeanWrapperContexts.
|
JuffrouBeanWrapper
Bean handling through property names.
|
Class and Description |
---|
BeanInstanceBuilder
Used by the
BeanWrapperContext.newBeanInstance() to instantiate the wrapped bean when necessary.Implement this interface and CustomizableBeanWrapperFactory.setBeanInstanceBuilder(BeanInstanceBuilder) to handle
bean instantiation. |
BeanWrapperContext
Holds introspection information for a java bean class.
|
JuffrouBeanWrapper
Bean handling through property names.
|
Copyright © 2011–2020 Juffrou. All rights reserved.