| Modifier and Type | Method and 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.
|
Copyright © 2018 Oracle. All rights reserved.