Class JsonMapObjectReaderWriter

    • Constructor Detail

      • JsonMapObjectReaderWriter

        public JsonMapObjectReaderWriter()
      • JsonMapObjectReaderWriter

        public JsonMapObjectReaderWriter​(boolean format)
    • Method Detail

      • toJsonInternal

        protected void toJsonInternal​(org.apache.cxf.jaxrs.json.basic.JsonMapObjectReaderWriter.Output out,
                                      Map<String,​Object> map)
      • toJsonInternal

        protected void toJsonInternal​(org.apache.cxf.jaxrs.json.basic.JsonMapObjectReaderWriter.Output out,
                                      Object[] array)
      • toJsonInternal

        protected void toJsonInternal​(org.apache.cxf.jaxrs.json.basic.JsonMapObjectReaderWriter.Output out,
                                      Collection<?> coll)
      • toJsonInternal

        protected void toJsonInternal​(org.apache.cxf.jaxrs.json.basic.JsonMapObjectReaderWriter.Output out,
                                      Object value,
                                      boolean hasNext)
      • formatIfNeeded

        protected void formatIfNeeded​(org.apache.cxf.jaxrs.json.basic.JsonMapObjectReaderWriter.Output out)
      • readJsonObjectAsSettable

        protected void readJsonObjectAsSettable​(org.apache.cxf.jaxrs.json.basic.JsonMapObjectReaderWriter.Settable values,
                                                String json)
      • readPrimitiveValue

        protected Object readPrimitiveValue​(String name,
                                            String json,
                                            int from,
                                            int to)
      • getCommaIndex

        protected static int getCommaIndex​(String json,
                                           int from)
      • getClosingIndex

        protected static int getClosingIndex​(String json,
                                             char openChar,
                                             char closeChar,
                                             int from)
      • getNextSepCharIndex

        protected static int getNextSepCharIndex​(String json,
                                                 char curlyBracketChar,
                                                 int from)
      • setFormat

        public void setFormat​(boolean format)