Class JacksonJSONContext<M extends Message.Mutable,​I extends M>

    • Constructor Detail

      • JacksonJSONContext

        protected JacksonJSONContext()
    • Method Detail

      • getObjectMapper

        public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
      • rootArrayClass

        protected abstract java.lang.Class<I[]> rootArrayClass()
      • parse

        public M[] parse​(java.io.Reader reader)
                  throws java.text.ParseException
        Throws:
        java.text.ParseException
      • parse

        public M[] parse​(java.lang.String json)
                  throws java.text.ParseException
        Throws:
        java.text.ParseException
      • generate

        public java.lang.String generate​(M message)
      • generate

        public java.lang.String generate​(java.util.List<M> messages)