Uses of Class
de.stefanfrings.utils.ObjectLogger
-
Uses of ObjectLogger in de.stefanfrings.utils
Methods in de.stefanfrings.utils that return ObjectLoggerModifier and TypeMethodDescriptionObjectLogger.addFieldNamesToHideTotally
(String... fieldNames) Add field names which shall be hidden totally.ObjectLogger.addFieldNamesToHideTotally
(Collection<String> fieldNames) Add field names which shall be hidden totally.ObjectLogger.addFieldNamesToHideValue
(String... fieldNames) Add field names whose values shall be hidden.ObjectLogger.addFieldNamesToHideValue
(Collection<String> fieldNames) Add field names whose values shall be hidden.ObjectLogger.setMaxListSize
(int maxListSize) Set the maximum number of elements in arrays and lists.ObjectLogger.setMaxNestingDepth
(int maxNestingDepth) Set the maximum nesting depth of sub-objects.ObjectLogger.setMaxStringSize
(int maxStringSize) Set the maximum number of characters per StringObjectLogger.setMaxTotalCharacters
(int maxTotalCharacters) Set the maximum number of characters in the result.ObjectLogger.setShowNull
(boolean showNull) Configure whether fields with value null shall appear in the output.