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