| Package | Description |
|---|---|
| org.meanbean.bean.info | |
| org.meanbean.bean.util | |
| org.meanbean.factories.util | |
| org.meanbean.test | |
| org.meanbean.test.internal |
| Modifier and Type | Method and Description |
|---|---|
Collection<PropertyInformation> |
BeanInformation.getProperties()
Get information about all properties of the bean.
|
| Modifier and Type | Method and Description |
|---|---|
static List<PropertyInformation> |
PropertyInformationFilter.filter(Collection<PropertyInformation> properties,
Configuration configuration) |
static List<PropertyInformation> |
PropertyInformationFilter.filter(Collection<PropertyInformation> properties,
Predicate<PropertyInformation> filter)
Filter the specified Collection of properties based on the specified filter, returning a Collection of properties
that are deemed relevant by the filter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PropertyInformationFilter.PropertyVisibility.test(PropertyInformation propertyInformation) |
| Modifier and Type | Method and Description |
|---|---|
static List<PropertyInformation> |
PropertyInformationFilter.filter(Collection<PropertyInformation> properties,
Configuration configuration) |
static List<PropertyInformation> |
PropertyInformationFilter.filter(Collection<PropertyInformation> properties,
Predicate<PropertyInformation> filter)
Filter the specified Collection of properties based on the specified filter, returning a Collection of properties
that are deemed relevant by the filter.
|
static List<PropertyInformation> |
PropertyInformationFilter.filter(Collection<PropertyInformation> properties,
Predicate<PropertyInformation> filter)
Filter the specified Collection of properties based on the specified filter, returning a Collection of properties
that are deemed relevant by the filter.
|
| 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 |
|---|---|
void |
BeanPropertyTester.testProperty(Object bean,
PropertyInformation property,
Object testValue,
EqualityTest equalityTest)
Test the property specified by the propertyInformation parameter on the specified bean object using the specified
testValue.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyInformation> |
SideEffectDetectorImpl.init(Object bean,
List<PropertyInformation> readableWritableProperties) |
List<PropertyInformation> |
SideEffectDetectorFactory.init(Object bean,
List<PropertyInformation> readableWritableProperties) |
List<PropertyInformation> |
SideEffectDetector.init(Object bean,
List<PropertyInformation> readableWritableProperties) |
List<PropertyInformation> |
NoopSideEffectDetector.init(Object bean,
List<PropertyInformation> readableWritableProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
SideEffectDetectorImpl.beforeTestProperty(PropertyInformation property,
EqualityTest equalityTest) |
void |
SideEffectDetectorFactory.beforeTestProperty(PropertyInformation property,
EqualityTest equalityTest) |
void |
SideEffectDetector.beforeTestProperty(PropertyInformation property,
EqualityTest equalityTest) |
void |
NoopSideEffectDetector.beforeTestProperty(PropertyInformation property,
EqualityTest equalityTest) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyInformation> |
SideEffectDetectorImpl.init(Object bean,
List<PropertyInformation> readableWritableProperties) |
List<PropertyInformation> |
SideEffectDetectorFactory.init(Object bean,
List<PropertyInformation> readableWritableProperties) |
List<PropertyInformation> |
SideEffectDetector.init(Object bean,
List<PropertyInformation> readableWritableProperties) |
List<PropertyInformation> |
NoopSideEffectDetector.init(Object bean,
List<PropertyInformation> readableWritableProperties) |
Copyright © 2010–2020 meanbean. All rights reserved.