Package com.helger.commons.format
Class FormatterStringPrefixAndSuffix
java.lang.Object
com.helger.commons.format.AbstractFormatterString
com.helger.commons.format.FormatterStringPrefixAndSuffix
A formatter that adds a prefix and/or a suffix to a string.
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatePrefixOnly(String sPrefix) createSuffixOnly(String sSuffix) booleaninthashCode()toString()Methods inherited from class com.helger.commons.format.AbstractFormatterString
getValueAsString
-
Constructor Details
-
FormatterStringPrefixAndSuffix
-
-
Method Details