| Package | Description |
|---|---|
| org.meanbean.bean.info | |
| org.meanbean.bean.util | |
| org.meanbean.factories.beans | |
| org.meanbean.factories.equivalent | |
| org.meanbean.factories.util | |
| org.meanbean.test |
| Modifier and Type | Method and Description |
|---|---|
BeanInformation |
JavaBeanInformationFactory.create(Class<?> beanClass)
Create a BeanInformation object from/based on the specified beanClass.
|
BeanInformation |
BeanInformationFactory.create(Class<?> beanClass)
Create a BeanInformation object from/based on the specified beanClass.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanPopulator.populate(Object bean,
BeanInformation beanInformation,
Map<String,Object> values)
Populate the specified bean with the specified values.
|
void |
BasicBeanPopulator.populate(Object bean,
BeanInformation beanInformation,
Map<String,Object> values)
Populate the specified bean with the specified values.
|
| Constructor and Description |
|---|
BeanPropertyValuesFactory(BeanInformation beanInformation,
FactoryLookupStrategy factoryLookupStrategy,
Configuration configuration)
Construct a new Bean Property Values Factory.
|
| Constructor and Description |
|---|
PopulatedBeanFactory(BeanInformation beanInformation,
FactoryLookupStrategy factoryLookupStrategy,
Configuration configuration)
Construct a new Factory that creates object instances based on provided BeanInformation, assigning each instance
different field values.
|
| Constructor and Description |
|---|
EquivalentPopulatedBeanFactory(BeanInformation beanInformation,
FactoryLookupStrategy factoryLookupStrategy,
Configuration configuration)
Construct a new Factory that creates object instances based on provided BeanInformation, assigning every instance
the same field values.
|
| Modifier and Type | Method and Description |
|---|---|
Factory<?> |
FactoryLookupStrategy.getFactory(BeanInformation beanInformation,
PropertyInformation propertyInformation,
Configuration configuration)
Get a factory for the specified property that is of the specified type.
|
Factory<?> |
BasicFactoryLookupStrategy.getFactory(BeanInformation beanInformation,
PropertyInformation propertyInformation,
Configuration configuration)
Get a factory for the specified property that is of the specified type.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanTester.testBean(BeanInformation beanInformation,
Configuration configuration)
Test the type specified by the beanInformation parameter using the specified Configuration.
|
Copyright © 2010–2020 meanbean. All rights reserved.