| Package | Description |
|---|---|
| org.exparity.beans.core | |
| org.exparity.beans.core.functions | |
| org.exparity.beans.core.visitors |
| Modifier and Type | Method and Description |
|---|---|
void |
Instance.apply(BeanPropertyFunction function)
Apply the
BeanPropertyFunction to all properties on the supplied instance. |
void |
Instance.apply(BeanPropertyFunction function,
BeanPropertyPredicate predicate)
Apply the
BeanPropertyFunction to all properties which match the predicate in the supplied instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
SetValue
Implementation of a BeanPropertyFunction which sets a value of a given BeanProperty
|
| Constructor and Description |
|---|
ApplyFunctionIf(BeanPropertyFunction function,
BeanPropertyPredicate predicate) |
Copyright © 2015. All rights reserved.