模块 org.redkale

类 JsonArray

    • 构造器详细资料

      • JsonArray

        public JsonArray()
      • JsonArray

        public JsonArray​(Collection collection)
      • JsonArray

        public JsonArray​(Object... array)
    • 方法详细资料

      • convertFrom

        public static JsonArray convertFrom​(char[] text)
      • convertFrom

        public static JsonArray convertFrom​(char[] text,
                                            int offset,
                                            int length)
      • toList

        public <T> List<T> toList​(Type componentType)
      • isNull

        public boolean isNull​(int index)
      • isJsonObject

        public boolean isJsonObject​(int index)
      • isJsonArray

        public boolean isJsonArray​(int index)
      • getJsonObject

        public JsonObject getJsonObject​(int index)
      • getJsonArray

        public JsonArray getJsonArray​(int index)
      • getString

        public String getString​(int index)
      • getString

        public String getString​(int index,
                                String defValue)
      • getBigDecimal

        public BigDecimal getBigDecimal​(int index)
      • getBigInteger

        public BigInteger getBigInteger​(int index)
      • getNumber

        public Number getNumber​(int index)
      • getNumber

        public Number getNumber​(int index,
                                Number defValue)
      • getDouble

        public Double getDouble​(int index)
      • getDouble

        public double getDouble​(int index,
                                double defValue)
      • getLong

        public Long getLong​(int index)
      • getLong

        public long getLong​(int index,
                            long defValue)
      • getFloat

        public Float getFloat​(int index)
      • getFloat

        public float getFloat​(int index,
                              float defValue)
      • getInt

        public Integer getInt​(int index)
      • getInt

        public int getInt​(int index,
                          int defValue)
      • getShort

        public Short getShort​(int index)
      • getShort

        public short getShort​(int index,
                              short defValue)
      • getByte

        public Byte getByte​(int index)
      • getByte

        public byte getByte​(int index,
                            byte defValue)
      • getBoolean

        public boolean getBoolean​(int index,
                                  boolean defValue)