Package | Description |
---|---|
org.jolokia.converter.json |
Modifier and Type | Method and Description |
---|---|
JsonConvertOptions.Builder |
JsonConvertOptions.Builder.faultHandler(ValueFaultHandler pFaultHandler)
Set the handler which determines what should be done when
extracting of an value fails.
|
JsonConvertOptions.Builder |
JsonConvertOptions.Builder.maxCollectionSize(int pMaxCollectionSize)
Set the maximal size of collections when serializing collections.
|
JsonConvertOptions.Builder |
JsonConvertOptions.Builder.maxDepth(int pMaxDepth)
Set the maximum depth for how deep serialization should go.
|
JsonConvertOptions.Builder |
JsonConvertOptions.Builder.maxObjects(int pMaxObjects)
Set the maximum number of objects to serialize.
|
JsonConvertOptions.Builder |
JsonConvertOptions.Builder.useAttributeFilter(boolean pUseFilter)
Whether an attribute filter should be used to ignore missing attributes when a path is
applied
|
Copyright © 2019. All rights reserved.