Uses of Class
org.glassfish.pfl.test.ObjectUtility

Packages that use ObjectUtility
Package
Description
 
  • Uses of ObjectUtility in org.glassfish.pfl.test

    Methods in org.glassfish.pfl.test that return ObjectUtility
    Modifier and Type
    Method
    Description
    ObjectUtility.make()
    Get the standard Utility object that supports objectToString with indented display and no use of toString() methods.
    ObjectUtility.make(boolean useToString, boolean isIndenting)
    Construct an Utility instance with the desired objectToString behavior.
    ObjectUtility.make(boolean useToString, boolean isIndenting, int initialLevel, int increment)
    Construct an Utility instance with the desired objectToString behavior.