Package org.glassfish.pfl.test
Class ObjectUtility
java.lang.Object
org.glassfish.pfl.test.ObjectUtility
General object related utilities. This class must not depend on
generated log wrappers.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static interfaceprivate static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ObjectUtility.ClassMapprivate ObjectUtility.ObjectPrinterprivate static ObjectUtilityprivate intprivate intprivate booleanprivate ObjectUtility.ObjectPrinterprivate ObjectUtility.ObjectPrinterprivate static ObjectUtilityprivate boolean -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateObjectUtility(boolean useToString, boolean isIndenting, int initialLevel, int increment) -
Method Summary
Modifier and TypeMethodDescriptionprivate static voida()private static voidb()private static voidc()private voidcheckPackageAccess(Class cls) static StringcompactObjectToString(Object object) static ObjectconcatenateArrays(Object arr1, Object arr2) If arr1 and arr2 are both arrays of the same component type, return an array of that component type that consists of the elements of arr1 followed by the elements of arr2.private static voidd()static StringdefaultObjectToString(Object object) A convenience method that gives the default behavior: use indenting to display the object's structure and do not use built-in toString methods.static voidprivate static voide()private static booleanequalArrays(Map counterpart, Set considered, Object[] arr1, Object[] arr2) private static booleanequalLists(Map counterpart, Set considered, List list1, List list2) private static booleanstatic booleanprivate static booleanprivate static booleanequalsHelper(Map counterpart, Set considered, Object obj1, Object obj2) private static booleanprivate static booleanprivate Field[]getDeclaredFields(Class cls) private voidhandleArray(IdentityHashMap printed, ObjectWriter result, Object obj) private voidhandleObject(IdentityHashMap printed, ObjectWriter result, Object obj) static voidstatic ObjectUtilitymake()Get the standard Utility object that supports objectToString with indented display and no use of toString() methods.static ObjectUtilitymake(boolean useToString, boolean isIndenting) Construct an Utility instance with the desired objectToString behavior.static ObjectUtilitymake(boolean useToString, boolean isIndenting, int initialLevel, int increment) Construct an Utility instance with the desired objectToString behavior.private booleanmustUseToString(Class cls) objectToString(Object obj) objectToString handles display of arbitrary objects.private voidobjectToStringHelper(IdentityHashMap printed, ObjectWriter result, Object obj) private static void
-
Field Details
-
useToString
private boolean useToString -
isIndenting
private boolean isIndenting -
initialLevel
private int initialLevel -
increment
private int increment -
classToPrinter
-
standard
-
compact
-
propertiesPrinter
-
collectionPrinter
-
mapPrinter
-
-
Constructor Details
-
ObjectUtility
private ObjectUtility(boolean useToString, boolean isIndenting, int initialLevel, int increment)
-
-
Method Details
-
make
public static ObjectUtility make(boolean useToString, boolean isIndenting, int initialLevel, int increment) Construct an Utility instance with the desired objectToString behavior. -
make
Construct an Utility instance with the desired objectToString behavior. -
make
Get the standard Utility object that supports objectToString with indented display and no use of toString() methods. -
defaultObjectToString
A convenience method that gives the default behavior: use indenting to display the object's structure and do not use built-in toString methods. -
compactObjectToString
-
objectToString
objectToString handles display of arbitrary objects. It correctly handles objects whose elements form an arbitrary graph. It uses reflection to display the contents of any kind of object. An object's toString() method may optionally be used, but the default is to ignore all toString() methods except for those defined for primitive types, primitive type wrappers, and strings. -
equals
-
concatenateArrays
If arr1 and arr2 are both arrays of the same component type, return an array of that component type that consists of the elements of arr1 followed by the elements of arr2. Throws IllegalArgumentException otherwise. -
objectToStringHelper
-
mustUseToString
-
checkPackageAccess
-
getDeclaredFields
-
handleObject
-
handleArray
-
equalsHelper
-
equalsObject
-
equalsObjectFields
-
equalArrays
-
equalMaps
-
equalSets
-
equalLists
-
sop
-
displayException
-
a
private static void a() -
b
private static void b() -
c
private static void c() -
d
private static void d() -
e
private static void e() -
main
-