Package | Description |
---|---|
org.jolokia.converter.json | |
org.jolokia.request |
Modifier and Type | Field and Description |
---|---|
static ValueFaultHandler |
ValueFaultHandler.IGNORING_VALUE_FAULT_HANDLER
Fault handler which returns a simple string representation of the exception
|
static ValueFaultHandler |
ValueFaultHandler.THROWING_VALUE_FAULT_HANDLER
Fault handler for simply rethrowing a given exception.
|
Modifier and Type | Method and Description |
---|---|
ValueFaultHandler |
JsonConvertOptions.getValueFaultHandler()
Get the configure fault handler which determines, how extractions fault are dealt with
|
ValueFaultHandler |
ObjectToJsonConverter.getValueFaultHandler()
Get the fault handler used for dealing with exceptions during value extraction.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ValueFaultHandler |
JmxRequest.getValueFaultHandler()
Get tha value fault handler, which can be passwed around.
|
Copyright © 2018. All rights reserved.