Class BaseSvensonJSONContext<T extends org.cometd.bayeux.Message.Mutable>

java.lang.Object
com.cumulocity.sdk.client.notification.BaseSvensonJSONContext<T>
Direct Known Subclasses:
ClientSvensonJSONContext

public abstract class BaseSvensonJSONContext<T extends org.cometd.bayeux.Message.Mutable> extends Object
  • Constructor Details

    • BaseSvensonJSONContext

      public BaseSvensonJSONContext(org.svenson.JSON jsonGenerator, org.svenson.JSONParser jsonParser)
    • BaseSvensonJSONContext

      public BaseSvensonJSONContext(org.svenson.JSON jsonGenerator, org.svenson.JSONParser jsonParser, Class<?> dataType)
  • Method Details