Uses of Class
org.glassfish.pfl.test.ObjectUtility
Packages that use ObjectUtility
-
Uses of ObjectUtility in org.glassfish.pfl.test
Fields in org.glassfish.pfl.test declared as ObjectUtilityModifier and TypeFieldDescriptionprivate static ObjectUtility
ObjectUtility.compact
private static ObjectUtility
ObjectUtility.standard
Methods in org.glassfish.pfl.test that return ObjectUtilityModifier and TypeMethodDescriptionstatic 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.