org.openidentityplatform.commons.parent 2.2.3 Documentation
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
public interface JsonTransformer
Interface for transforming JSON values. Applied during the construction of a JSON value,
and is inherited (and applied) by its child values.
-
-
Method Detail
-
transform
void transform(JsonValue value)
throws JsonException
Performs the transformation of the specified JSON value. If a transformation is not
applicable, then this method must not modify the value.
- Parameters:
value
- the JSON value to be transformed.
- Throws:
JsonException
- if an exception occured applying the transformation.
org.openidentityplatform.commons.parent 2.2.3 Documentation
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2025 Open Identity Platform Community. All rights reserved.