public final class NodeUsageCollector
extends Object
Collects profile information for a bean (or reference/proxy bean) at a given node.
The node identifies the location of the bean in the object graph.
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
void
Add the name of a property that has been used.
void
The bean has been modified by a setter method.
Return the underlying state.
-
-
Method Details
-
state
Return the underlying state.
-
setModified
public void setModified()
The bean has been modified by a setter method.
-
addUsed
public void addUsed(String property)
Add the name of a property that has been used.
-