Package | Description |
---|---|
com.hcl.domino.json |
Modifier and Type | Method and Description |
---|---|
JsonSerializer |
JsonSerializer.booleanItemNames(Collection<String> booleanItemNames)
Sets the item names that should be considered boolean values when serialized to JSON.
|
JsonSerializer |
JsonSerializer.booleanTrueValues(Collection<Object> trueValues)
Sets the values used to determine
true and false when serializing items configured
via booleanItemNames(Collection) . |
static JsonSerializer |
JsonSerializer.createSerializer()
Constructs a new serializer using the first available JSON service.
|
JsonSerializer |
JsonSerializer.dateRangeFormat(DateRangeFormat format)
Sets the format for date/time range values.
|
JsonSerializer |
JsonSerializer.excludeItems(Collection<String> skippedItemNames)
Exclude items by name.
|
JsonSerializer |
JsonSerializer.excludeTypes(Collection<ItemDataType> excludedTypes)
Exclude item types.
|
JsonSerializer |
JsonSerializer.includeItems(Collection<String> includedItemNames)
Include only specific items by name.
|
JsonSerializer |
JsonSerializer.includeMetadata(boolean includeMetadata)
Sets whether to include a metadata object in the output JSON, using the "@meta" property.
|
JsonSerializer |
JsonSerializer.lowercaseProperties(boolean lowercaseProperties)
Sets whether property names in the emitted JSON should be lowercased.
|
JsonSerializer |
JsonSerializerFactory.newSerializer() |
Copyright © 2019–2021 HCL. All rights reserved.