Class VerbosePrintObject
java.lang.Object
ushiosan.jvm_utilities.internal.print.str.BasePrintObject
ushiosan.jvm_utilities.internal.print.str.VerbosePrintObject
-
Field Summary
Fields inherited from class ushiosan.jvm_utilities.internal.print.str.BasePrintObject
printMap -
Method Summary
Modifier and TypeMethodDescriptionCollection string representationtoMapString(@NotNull Object obj) Map string representationMethods inherited from class ushiosan.jvm_utilities.internal.print.str.BasePrintObject
attachExtension, attachExtension, getInstance, nullString, toClassString, toEntryString, toObjectString, toString, toStringString
-
Method Details
-
toCollectionString
Collection string representation- Specified by:
toCollectionStringin classBasePrintObject- Parameters:
obj- the object to convert- Returns:
- an object string representation
-
toMapString
Map string representation- Specified by:
toMapStringin classBasePrintObject- Parameters:
obj- the object to convert- Returns:
- an object string representation
-