Package | Description |
---|---|
org.nuiton.util.beans |
Packages for all stuff of bean transformations (binder, and others...).
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,PropertyDiff> |
BeanMonitor.propertyDiffs
Names of monitored and modified properties for the attached bean.
|
Modifier and Type | Method and Description |
---|---|
PropertyDiff[] |
BeanMonitor.getPropertyDiffs()
Obtains the property diffs since the bean is monitoried.
|
Modifier and Type | Method and Description |
---|---|
List<PropertyDiff> |
Binder.diff(I source,
O target)
Compare two beans property by property according to the model.
|
protected List<PropertyDiff> |
Binder.diff(I source,
O target,
boolean excludeProperties,
String... propertyNames) |
List<PropertyDiff> |
Binder.diffExcluding(I source,
O target,
String... propertyNames)
Compare two beans property by property according to the model.
|
Copyright © 2004–2020 CodeLutin. All rights reserved.