Uses of Class
org.forgerock.json.JsonException
Packages that use JsonException
Package
Description
Provides an API for the traversal and manipulation of JSON object model structures in Java.
OpenID Connect ForgeRock Client Implementation.
Supporting classes for OpenTelemetry configuration.
-
Uses of JsonException in org.forgerock.json
Subclasses of JsonException in org.forgerock.jsonModifier and TypeClassDescriptionclass
An exception that is thrown during JSON value operations. -
Uses of JsonException in org.forgerock.oauth.clients.oidc
Methods in org.forgerock.oauth.clients.oidc that throw JsonException -
Uses of JsonException in org.forgerock.opentelemetry
Methods in org.forgerock.opentelemetry that return types with arguments of type JsonExceptionModifier and TypeMethodDescriptionOpenTelemetryUtils.ServiceConfig.exporterProxyInfo()
Returns the value of theexporterProxyInfo
record component.OpenTelemetryUtils.ServiceConfig.exporterSslContext()
Returns the value of theexporterSslContext
record component.static Function<JsonValue,
io.opentelemetry.api.OpenTelemetry, JsonException> OpenTelemetryUtils.openTelemetryConfig
(String serviceName, String serviceVersion) Returns a transformation function that takes a well-defined JSON structure that represents an OpenTelemetry configuration and generates anOpenTelemetry
instance from it.static Function<JsonValue,
io.opentelemetry.api.OpenTelemetry, JsonException> OpenTelemetryUtils.openTelemetryConfig
(OpenTelemetryUtils.ServiceConfig serviceConfig) Returns a transformation function that takes a well-defined JSON structure that represents an OpenTelemetry configuration and generates anOpenTelemetry
instance from it.Constructor parameters in org.forgerock.opentelemetry with type arguments of type JsonExceptionModifierConstructorDescriptionServiceConfig
(String serviceName, String serviceVersion, Function<JsonValue, SSLContext, JsonException> exporterSslContext, Function<JsonValue, HttpClientHandler.ProxyInfo, JsonException> exporterProxyInfo) Validates the passed values.