- java.lang.Object
-
- io.ebean.bean.NodeUsageCollector.State
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- NodeUsageCollector
public static final class NodeUsageCollector.State extends Object implements Runnable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEmpty()Return true if no properties where used.booleanisModified()Return true if the bean was modified by a setter.ObjectGraphNodenode()Return the associated node which identifies the location in the object graph of the bean/reference.voidrun()StringtoString()Set<String>used()Return the set of used properties.
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
Return true if no properties where used.
-
node
public ObjectGraphNode node()
Return the associated node which identifies the location in the object graph of the bean/reference.
-
isModified
public boolean isModified()
Return true if the bean was modified by a setter.
-
-