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 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.ExceptionFormatter The standard formatter forRuntimeExceptions.NumberFormatter Contains utility methods forNumberformatting.ParameterFormatter Utility class for parameter formatting.ToStringFormatter The standard formatter forObject.toString()-methods.ToStringParameters ToStringParameterscollects the parameter-informations for the standardObject.toString()-format of aToStringParameterPossessor.UnlocalizedDateTimeFormat UnlocalizedDateTimeFormatis a utility class to convertDateobjects to an unlocalized, time-zone independent, character-set-independent string format and vice versa.