public final class PSDKJSONConstants
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
CLASS_TYPE |
Deprecated.
|
static java.lang.String |
JSONKEY_CLASS_TYPE |
JSON key for class type name.
|
static java.lang.String |
JSONKEY_PAIR_KEY |
JSON key for key of key value pair.
|
static java.lang.String |
JSONKEY_VALUE |
JSON key for value of key value pair.
|
static java.lang.String |
JSONKEY_VALUE_TYPE |
JSON key for value type of key value pair.
|
static java.lang.String |
KEY |
Deprecated.
|
static java.lang.String |
VALUE |
Deprecated.
|
static java.lang.String |
VALUE_TYPE |
Deprecated.
|
static java.lang.String |
VALUE_TYPE_BINARY |
|
static java.lang.String |
VALUE_TYPE_INTEGER |
|
static java.lang.String |
VALUE_TYPE_KVLIST |
|
static java.lang.String |
VALUE_TYPE_STRING |
|
static java.lang.String |
VALUE_TYPE_UTF_STRING |
Constructor | Description |
---|---|
PSDKJSONConstants() |
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
getJSONKeyForPairKey(com.fasterxml.jackson.databind.PropertyNamingStrategy strategy) |
Gets JSON key for pair key.
|
static java.lang.String |
getJSONKeyForValue(com.fasterxml.jackson.databind.PropertyNamingStrategy strategy) |
Gets JSON key for value.
|
static java.lang.String |
getJSONKeyForValueType(com.fasterxml.jackson.databind.PropertyNamingStrategy strategy) |
Gets JSON key for value type.
|
public static final java.lang.String JSONKEY_CLASS_TYPE
PropertyNamingStrategy
in ObjectMapper
.public static final java.lang.String JSONKEY_PAIR_KEY
PropertyNamingStrategy
in ObjectMapper
else use instead getJSONKeyForPairKey(PropertyNamingStrategy)
.public static final java.lang.String JSONKEY_VALUE_TYPE
PropertyNamingStrategy
in ObjectMapper
getJSONKeyForValueType(PropertyNamingStrategy)
instead of it.public static final java.lang.String JSONKEY_VALUE
PropertyNamingStrategy
in ObjectMapper
getJSONKeyForValue(PropertyNamingStrategy)
instead of it.public static final java.lang.String VALUE_TYPE_INTEGER
public static final java.lang.String VALUE_TYPE_STRING
public static final java.lang.String VALUE_TYPE_UTF_STRING
public static final java.lang.String VALUE_TYPE_BINARY
public static final java.lang.String VALUE_TYPE_KVLIST
@Deprecated public static final java.lang.String CLASS_TYPE
JSONKEY_CLASS_TYPE
instead of it.@Deprecated public static final java.lang.String KEY
getJSONKeyForPairKey(com.fasterxml.jackson.databind.PropertyNamingStrategy)
or JSONKEY_PAIR_KEY
instead of it.@Deprecated public static final java.lang.String VALUE_TYPE
getJSONKeyForValueType(com.fasterxml.jackson.databind.PropertyNamingStrategy)
or JSONKEY_VALUE_TYPE
instead of it.@Deprecated public static final java.lang.String VALUE
getJSONKeyForValue(com.fasterxml.jackson.databind.PropertyNamingStrategy)
or JSONKEY_VALUE
instead of it.public static java.lang.String getJSONKeyForPairKey(com.fasterxml.jackson.databind.PropertyNamingStrategy strategy)
strategy
- that is used by ObjectMapper
.
public static java.lang.String getJSONKeyForValueType(com.fasterxml.jackson.databind.PropertyNamingStrategy strategy)
strategy
- that is used by ObjectMapper
.
public static java.lang.String getJSONKeyForValue(com.fasterxml.jackson.databind.PropertyNamingStrategy strategy)
strategy
- that is used by ObjectMapper
.
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.