Directory Services 3.5.3 API
- 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 Summary
Methods
Modifier and Type |
Method and Description |
void |
transform(JsonValue value)
Performs the transformation of the specified JSON value.
|
-
-
Method Detail
-
transform
void transform(JsonValue value)
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 occurred applying the transformation.
Directory Services 3.5.3 API
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright 2010-2017 ForgeRock AS.