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 ObjectUtilityObjectUtility. compactprivate static ObjectUtilityObjectUtility. standardMethods in org.glassfish.pfl.test that return ObjectUtility Modifier and Type Method Description static ObjectUtilityObjectUtility. make()Get the standard Utility object that supports objectToString with indented display and no use of toString() methods.static ObjectUtilityObjectUtility. make(boolean useToString, boolean isIndenting)Construct an Utility instance with the desired objectToString behavior.static ObjectUtilityObjectUtility. make(boolean useToString, boolean isIndenting, int initialLevel, int increment)Construct an Utility instance with the desired objectToString behavior.
-