Uses of Package
com.saperion.common.lang.format
-
Packages that use com.saperion.common.lang.format Package Description com.saperion.common.lang.format Contains standard formatting classes. -
Classes in com.saperion.common.lang.format used by com.saperion.common.lang.format Class 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.ToStringParameters ToStringParameterscollects the parameter-informations for the standardObject.toString()-format of aToStringParameterPossessor.