Uses of Class
org.glassfish.pfl.test.ObjectUtility
-
Packages that use ObjectUtility Package Description org.glassfish.pfl.test -
-
Uses of ObjectUtility in org.glassfish.pfl.test
Fields in org.glassfish.pfl.test declared as ObjectUtility Modifier and Type Field Description private static ObjectUtility
ObjectUtility. compact
private static ObjectUtility
ObjectUtility. standard
Methods in org.glassfish.pfl.test that return ObjectUtility Modifier and Type Method Description static ObjectUtility
ObjectUtility. make()
Get the standard Utility object that supports objectToString with indented display and no use of toString() methods.static ObjectUtility
ObjectUtility. make(boolean useToString, boolean isIndenting)
Construct an Utility instance with the desired objectToString behavior.static ObjectUtility
ObjectUtility. make(boolean useToString, boolean isIndenting, int initialLevel, int increment)
Construct an Utility instance with the desired objectToString behavior.
-