Package com.saperion.common.lang.format
package com.saperion.common.lang.format
Contains standard formatting classes.
-
ClassDescription
CollectionFormatteris a standard formatter for arrays,Collections andMaps to output general information about the collection together with information about its elements for debugging/logging/toString()-purposes.The standard formatter forRuntimeExceptions.Contains useful constants that are often used by string formatting methods.Contains utility methods forNumberformatting.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.ToStringParameterscollects the parameter-informations for the standardObject.toString()-format of aToStringParameterPossessor.UnlocalizedDateTimeFormatis a utility class to convertDateobjects to an unlocalized, time-zone independent, character-set-independent string format and vice versa.