| Package | Description |
|---|---|
| net.sf.juffrou.util.reflect | |
| net.sf.juffrou.util.reflect.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BeanContextCreator<T extends BeanWrapperContext>
Used by the
BeanWrapper 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. |
| Modifier and Type | Method and Description |
|---|---|
BeanWrapperContext |
BeanWrapper.getContext() |
BeanWrapperContext |
BeanWrapperContext.getNestedContext(String thisProperty)
Obtains the BeanWrapperContext that corresponds to the bean type of this property type.
|
| Modifier and Type | Method and Description |
|---|---|
BeanContextCreator<? extends BeanWrapperContext> |
BeanWrapperContext.getBeanContextCreator() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanWrapperContext.setBeanContextCreator(BeanContextCreator<? extends BeanWrapperContext> beanContextCreator) |
| Constructor and Description |
|---|
BeanWrapper(BeanWrapperContext context)
Construct a bean wrapper using the metadata and preferences of an existing BeanWrapperContext.
Performance is better, because there is no need to do introspection. |
BeanWrapper(BeanWrapperContext context,
Object instance)
Construct a bean wrapper using the metadata and preferences of an existing BeanWrapperContext and initializes it with an instance value.
Performance is better, because there is no need to do introspection. |
| Constructor and Description |
|---|
BeanFieldHandler(BeanWrapperContext context,
Field field) |
Copyright © 2011-2013. All Rights Reserved.