-
- All Implemented Interfaces:
public class ToStringUtil
-
-
Field Summary
Fields Modifier and Type Field Description private final StringHIDDEN_VALUE_PLACEHOLDERpublic final static ToStringUtilINSTANCE
-
Method Summary
Modifier and Type Method Description final Stringbuild(Object o)Convenient way to build object's string representation where some fields should be excluded (e.g. final StringgetHIDDEN_VALUE_PLACEHOLDER()-
-
Method Detail
-
build
final String build(Object o)
Convenient way to build object's string representation where some fields should be excluded (e.g. a field which holds sensitive data like password)
-
getHIDDEN_VALUE_PLACEHOLDER
final String getHIDDEN_VALUE_PLACEHOLDER()
-
-
-
-