| Package | Description |
|---|---|
| com.holonplatform.core.beans |
| Modifier and Type | Method and Description |
|---|---|
default <C> BeanPropertySet.Builder<T,B> |
BeanPropertySet.Builder.configuration(ConfigProperty<C> configurationProperty,
C value)
Add a
BeanPropertySet configuration parameter using a ConfigProperty, with
ConfigProperty.getKey() as parameter name. |
BeanPropertySet.Builder<T,B> |
BeanPropertySet.Builder.configuration(String name,
Object value)
Add a
BeanPropertySet configuration parameter. |
BeanPropertySet.Builder<T,B> |
BeanPropertySet.Builder.identifiers(String... propertyNames)
Set given property names as
BeanPropertySet identifier properties. |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanPropertySetPostProcessor.processBeanPropertySet(BeanPropertySet.Builder<?,?> propertySet,
Class<?> beanClass)
Process given bean
propertySet. |
Copyright © 2019 The Holon Platform. All rights reserved.