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 1999-2010 The Apache Software Foundation. All Rights Reserved.