public static interface JsonUtils.JsonTransformer
| Modifier and Type | Interface and Description |
|---|---|
static class |
JsonUtils.JsonTransformer.TransformationResult |
| Modifier and Type | Method and Description |
|---|---|
JsonUtils.JsonTransformer.TransformationResult |
transform(java.lang.Object original)
Asks a JsonTransformer implementation if the given object is handled (TransformationResult#transformed=true)
and if it is, the result of the transformation (TransformationResult#result).
|
JsonUtils.JsonTransformer.TransformationResult transform(java.lang.Object original)
original - The object to be transformed.