public class FormatterStringPrefixAndSuffix extends AbstractFormatterString
| Constructor and Description |
|---|
FormatterStringPrefixAndSuffix(String sPrefix,
String sSuffix) |
| Modifier and Type | Method and Description |
|---|---|
String |
apply(Object aValue)
Convert the passed value to a formatted string according to the pattern.
|
boolean |
equals(Object o) |
String |
getPrefix() |
String |
getSuffix() |
int |
hashCode() |
String |
toString() |
getValueAsStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitandThenpublic String apply(@Nullable Object aValue)
IFormatteraValue - The source value to be formatted. May be null.null.public String toString()
toString in class AbstractFormatterStringCopyright © 2014–2016 Philip Helger. All rights reserved.