public static interface AdvancedMessageFormat.ObjectFormatter
| Modifier and Type | Method and Description |
|---|---|
void |
format(StringBuffer sb,
Object obj)
Formats an object to a string and writes the result to a string buffer.
|
boolean |
supportsObject(Object obj)
Indicates whether a given object is supported.
|
void format(StringBuffer sb, Object obj)
sb - the target string bufferobj - the object to be formattedboolean supportsObject(Object obj)
obj - the objectCopyright © 2024 Apache Software Foundation. All rights reserved.