Package com.onenetwork.platform.integ.json

Service for converting between JSON and Model objects.
  • Interface Summary 
    Interface Description
    JSONService
    Service for converting between JSON and Model Objects.
    JsonTransformer
    Interface to be implemented by clients who wish to transform a JSONObject.
    ModelJsonTransformer
    Interface to be implemented by clients who wish to transform a List of models to JSON objects.
  • Class Summary 
    Class Description
    JsonTransformerContext
    Transformer Context for a JSON transformation
  • Exception Summary 
    Exception Description
    JsonTransformException
    Exception which can be thrown from CsvTransformer#transform(CsvRow) to indicate that a row could not be transformed properly.