public class FormatterStringSkipPrefixAndSuffix extends AbstractFormatterString
| Constructor and Description |
|---|
FormatterStringSkipPrefixAndSuffix(IFormatter aPrevFormatter,
String sPrefix,
String sSuffix) |
FormatterStringSkipPrefixAndSuffix(String sPrefix,
String sSuffix) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
protected String |
getFormattedValueAsString(Object aValue)
Convert the passed value from Object to formatted String.
|
String |
getPrefix() |
String |
getSuffix() |
int |
hashCode() |
String |
toString() |
getFormattedValue, getPreviousFormatter, getValueAsStringpublic FormatterStringSkipPrefixAndSuffix(@Nonnull String sPrefix, @Nonnull String sSuffix)
protected final String getFormattedValueAsString(@Nullable Object aValue)
AbstractFormatterStringAbstractFormatterString.getValueAsString(Object) in implementations of this method to do
the base conversion from Object to String.getFormattedValueAsString in class AbstractFormatterStringaValue - The source object. May be null.public String toString()
toString in class AbstractFormatterStringCopyright © 2014–2016 Philip Helger. All rights reserved.