Package | Description |
---|---|
com.hcl.domino.json |
Modifier and Type | Method and Description |
---|---|
JsonDeserializer |
JsonDeserializer.booleanValues(Object trueValue,
Object falseValue)
Configures the values to be stored in the target document when the deserializer
encounters JSON boolean values.
|
static JsonDeserializer |
JsonDeserializer.createDeserializer()
Constructs a new deserializer using the first available JSON service.
|
JsonDeserializer |
JsonDeserializer.dateTimeItems(Collection<String> dateTimeItems)
Configures the deserializer to expect the named items to contain date/time values.
|
JsonDeserializer |
JsonDeserializerFactory.newDeserializer() |
JsonDeserializer |
JsonDeserializer.removeMissingItems(boolean removeMissingItems)
Configures whether items in a document provided via
target(Document)
that do not exist in the incoming JSON should be removed. |
JsonDeserializer |
JsonDeserializer.target(Database database)
Sets the deserialization target to be a new document in the target database.
|
JsonDeserializer |
JsonDeserializer.target(Document document)
Sets the deserialization target to be an existing document in the target database.
|
Copyright © 2019–2021 HCL. All rights reserved.