public class DecoderMapFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ByteArrayToVersionString |
byteArrayToVersionString |
static IoTizeVersionConverter |
iotizeVersion |
static SignedIntegerConverter |
signedIntegerDecoder |
static StringConverter |
stringDecoder |
static <any> |
targetAvailableProtocols |
static <any> |
targetProtocol |
static UnsignedIntegerConverter |
unsignedIntegerDecoder |
Constructor and Description |
---|
DecoderMapFactory() |
Modifier and Type | Method and Description |
---|---|
static DecoderMap |
create() |
static DecoderMap |
instance() |
public static StringConverter stringDecoder
public static SignedIntegerConverter signedIntegerDecoder
public static <any> targetAvailableProtocols
public static <any> targetProtocol
public static UnsignedIntegerConverter unsignedIntegerDecoder
public static IoTizeVersionConverter iotizeVersion
public static ByteArrayToVersionString byteArrayToVersionString
public static DecoderMap instance()
public static DecoderMap create()