Package com.saperion.common.lang.format
package com.saperion.common.lang.format
Contains standard formatting classes.
-
ClassDescription
CollectionFormatter
is a standard formatter for arrays,Collection
s andMap
s to output general information about the collection together with information about its elements for debugging/logging/toString()-purposes.The standard formatter forRuntimeException
s.Contains useful constants that are often used by string formatting methods.Contains utility methods forNumber
formatting.Utility class for parameter formatting.The standard formatter forObject.toString()
-methods.This interface tags objects that provide their parameter-informations for the standardObject.toString()
-format by implementing theToStringParameterPossessor.getToStringParameters(ToStringParameters)
-method.ToStringParameters
collects the parameter-informations for the standardObject.toString()
-format of aToStringParameterPossessor
.UnlocalizedDateTimeFormat
is a utility class to convertDate
objects to an unlocalized, time-zone independent, character-set-independent string format and vice versa.