V - the back end value typeD - the Diffusion value type - must be JSON, String,
Long, Double or Binary types.public interface PayloadConvertor<V,D>
For full details about payload convertors see the
Package Guide.
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_BINARY
The name of the default BINARY payload convertor.
|
static String |
DEFAULT_DOUBLE
The name of the default DOUBLE payload convertor.
|
static String |
DEFAULT_INT64
The name of the default INT64 payload convertor.
|
static String |
DEFAULT_JSON
The name of the default JSON payload convertor.
|
static String |
DEFAULT_STRING
The name of the default STRING payload convertor.
|
| Modifier and Type | Method and Description |
|---|---|
Class<D> |
getDiffusionType()
Get the class of Diffusion value type.
|
String |
getName()
Returns the name of the payload convertor as it will be referred to in
framework application configuration.
|
static final String DEFAULT_JSON
see the Package
Guide for full details of the conversions this convertor performs.
static final String DEFAULT_STRING
see the Package
Guide for full details of the conversions this convertor performs.
static final String DEFAULT_INT64
see the Package
Guide for full details of the conversions this convertor performs.
static final String DEFAULT_DOUBLE
see the Package
Guide for full details of the conversions this convertor performs.
static final String DEFAULT_BINARY
see the Package
Guide for full details of the conversions this convertor performs.
Copyright © 2023 DiffusionData Limited. All rights reserved.