public interface Formatter
| 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) |
Boolean getBoolean(Object value) throws SDTFormatException
SDTFormatExceptionByte getByte(Object value) throws SDTFormatException
SDTFormatExceptionbyte[] getBytes(Object value) throws SDTFormatException
SDTFormatExceptionByteArray getByteArray(Object value) throws SDTFormatException
SDTFormatExceptionCharacter getCharacter(Object value) throws SDTFormatException
SDTFormatExceptionDestination getDestination(Object value) throws SDTFormatException
SDTFormatExceptionDouble getDouble(Object value) throws SDTFormatException
SDTFormatExceptionFloat getFloat(Object value) throws SDTFormatException
SDTFormatExceptionInteger getInteger(Object value) throws SDTFormatException
SDTFormatExceptionLong getLong(Object value) throws SDTFormatException
SDTFormatExceptionSDTMap getMap(Object value) throws SDTFormatException
SDTFormatExceptionRawSMFMessage getMessage(Object value) throws SDTFormatException
SDTFormatExceptionShort getShort(Object value) throws SDTFormatException
SDTFormatExceptionSDTStream getStream(Object value) throws SDTFormatException
SDTFormatExceptionString getString(Object value) throws SDTFormatException
SDTFormatExceptionCopyright 2004-2021 Solace Corporation. All rights reserved.