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

  • Direct Known Subclasses:
    ClientSvensonJSONContext

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

      • BaseSvensonJSONContext

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

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