Interface CumulocityJSONMessageBodyReader.JSONParserAdapter

Enclosing class:
CumulocityJSONMessageBodyReader

public static interface CumulocityJSONMessageBodyReader.JSONParserAdapter
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    parse(Class<T> targetType, String json)
     
  • Method Details

    • parse

      <T> T parse(Class<T> targetType, String json)