Package com.saperion.common.lang.format
Contains standard formatting classes.
-
Interface Summary Interface Description FormatConstants Contains useful constants that are often used by string formatting methods.ToStringParameterPossessor This interface tags objects that provide their parameter-informations for the standardObject.toString()
-format by implementing theToStringParameterPossessor.getToStringParameters(ToStringParameters)
-method. -
Class Summary Class Description CollectionFormatter 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.ExceptionFormatter The standard formatter forRuntimeException
s.NumberFormatter Contains utility methods forNumber
formatting.ParameterFormatter Utility class for parameter formatting.ToStringFormatter The standard formatter forObject.toString()
-methods.ToStringParameters ToStringParameters
collects the parameter-informations for the standardObject.toString()
-format of aToStringParameterPossessor
.UnlocalizedDateTimeFormat UnlocalizedDateTimeFormat
is a utility class to convertDate
objects to an unlocalized, time-zone independent, character-set-independent string format and vice versa.