Interface JsonTransformer

All Superinterfaces:
Transformer
All Known Subinterfaces:
ModelJsonTransformer
All Known Implementing Classes:
ModelJsonCsvTransformer

public interface JsonTransformer
extends Transformer
Interface to be implemented by clients who wish to transform a JSONObject. Typically used in the context of converting JSONObject into a Model via JSONService.jsonToModel(JSONObject, Class, String, String, com.onenetwork.platform.common.usercontext.PlatformUserProfile...)
  • Method Summary

    Modifier and Type Method Description
    void transform​(org.json.JSONObject json, JsonTransformerContext context)
    Transforms values within a mutable JSONObject.