| Package | Description |
|---|---|
| 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 |
|---|---|
static List<PropertyInformation> |
PropertyInformationFilter.filter(Collection<PropertyInformation> properties,
Configuration configuration) |
| 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 |
|---|---|
Configuration |
ConfigurationBuilder.build()
Build a Configuration.
|
| 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.
|
void |
BeanTester.testBean(Class<?> beanClass,
Configuration customConfiguration)
Test the type specified by the beanClass parameter, using the custom Configuration provided as an override to any
global configuration settings.
|
void |
EqualsMethodTester.testEqualsMethod(Class<?> clazz,
Configuration customConfiguration,
String... insignificantProperties)
Test that the equals logic implemented by the type specified is correct by testing:
|
void |
EqualsMethodTester.testEqualsMethod(EquivalentFactory<?> factory,
Configuration customConfiguration,
String... insignificantProperties)
Test that the equals logic implemented by the type the specified factory creates is correct by testing:
|
Copyright © 2010–2020 meanbean. All rights reserved.