Package | Description |
---|---|
org.openntf.xpt.core.json | |
org.openntf.xpt.core.json.binding | |
org.openntf.xpt.core.utils |
Modifier and Type | Method and Description |
---|---|
JSONEmptyValueStrategy |
Definition.getEmptyValueStrategy() |
static JSONEmptyValueStrategy |
JSONEmptyValueStrategy.getStrategy(boolean showEmptyValue,
boolean showEmptyValueAsString) |
static JSONEmptyValueStrategy |
JSONEmptyValueStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSONEmptyValueStrategy[] |
JSONEmptyValueStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Definition(String property,
String field,
JSONEmptyValueStrategy strategy,
IJSONBinder<?> binder,
Class<?> containterClass) |
Modifier and Type | Method and Description |
---|---|
JSONEmptyValueStrategy |
BinderProcessParameter.getStrategy() |
Modifier and Type | Method and Description |
---|---|
static void |
JSONSupport.writeBoolean(com.ibm.domino.services.util.JsonWriter writer,
String strJSONProperty,
Boolean blValue,
JSONEmptyValueStrategy strategy)
Writes a Boolean value for a given property
|
static void |
JSONSupport.writeDate(com.ibm.domino.services.util.JsonWriter writer,
String strJSONProperty,
Date datValue,
JSONEmptyValueStrategy strategy)
Writes a Date value for a given property
|
static void |
JSONSupport.writeDouble(com.ibm.domino.services.util.JsonWriter writer,
String strJSONProperty,
Double nValue,
JSONEmptyValueStrategy strategy)
Writes a Double value for a given property
|
static void |
JSONSupport.writeInt(com.ibm.domino.services.util.JsonWriter writer,
String strJSONProperty,
Integer nValue,
JSONEmptyValueStrategy strategy)
Writes a Integer value for a given property
|
static void |
JSONSupport.writeString(com.ibm.domino.services.util.JsonWriter writer,
String strJSONProperty,
String strValue,
JSONEmptyValueStrategy strategy)
Writes a String value for a given property
|
Copyright © 2021. All Rights Reserved.