Class LazilyFormattedString
- java.lang.Object
-
- net.shibboleth.utilities.java.support.primitive.LazilyFormattedString
-
public class LazilyFormattedString extends Object
An object that represents a string containing aFormatterstring and a set of values. WhentoString()is called the format string is filled in with the given values. This allows for lazy evaluation of the value objects formatting function which may be expensive.
-
-
Constructor Summary
Constructors Constructor Description LazilyFormattedString(String stringTemplate, Object... templateArguments)Constructor.
-