| Modifier and Type | Field and Description |
|---|---|
static Formatter |
OnlyInstance |
| Constructor and Description |
|---|
StreamFormatter() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBoolean(Object value) |
Byte |
getByte(Object value) |
ByteArray |
getByteArray(Object value) |
byte[] |
getBytes(Object value) |
Character |
getCharacter(Object value) |
Destination |
getDestination(Object value) |
Double |
getDouble(Object value) |
Float |
getFloat(Object value) |
Integer |
getInteger(Object value) |
Long |
getLong(Object value) |
SDTMap |
getMap(Object value) |
RawSMFMessage |
getMessage(Object value) |
Short |
getShort(Object value) |
SDTStream |
getStream(Object value) |
String |
getString(Object value) |
public static final Formatter OnlyInstance
public Boolean getBoolean(Object value) throws SDTFormatException
getBoolean in interface FormatterSDTFormatExceptionpublic Byte getByte(Object value) throws SDTFormatException
getByte in interface FormatterSDTFormatExceptionpublic byte[] getBytes(Object value) throws SDTFormatException
getBytes in interface FormatterSDTFormatExceptionpublic ByteArray getByteArray(Object value) throws SDTFormatException
getByteArray in interface FormatterSDTFormatExceptionpublic Character getCharacter(Object value) throws SDTFormatException
getCharacter in interface FormatterSDTFormatExceptionpublic Destination getDestination(Object value) throws SDTFormatException
getDestination in interface FormatterSDTFormatExceptionpublic Double getDouble(Object value) throws SDTFormatException
getDouble in interface FormatterSDTFormatExceptionpublic Float getFloat(Object value) throws SDTFormatException
getFloat in interface FormatterSDTFormatExceptionpublic Integer getInteger(Object value) throws SDTFormatException
getInteger in interface FormatterSDTFormatExceptionpublic Long getLong(Object value) throws SDTFormatException
getLong in interface FormatterSDTFormatExceptionpublic SDTMap getMap(Object value) throws SDTFormatException
getMap in interface FormatterSDTFormatExceptionpublic RawSMFMessage getMessage(Object value) throws SDTFormatException
getMessage in interface FormatterSDTFormatExceptionpublic Short getShort(Object value) throws SDTFormatException
getShort in interface FormatterSDTFormatExceptionpublic SDTStream getStream(Object value) throws SDTFormatException
getStream in interface FormatterSDTFormatExceptionpublic String getString(Object value) throws SDTFormatException
getString in interface FormatterSDTFormatExceptionCopyright 2004-2020 Solace Corporation. All rights reserved.