Interface JsonEngine.Element

    • Method Detail

      • isJsonNull

        boolean isJsonNull()
      • getAsFloat

        float getAsFloat()
      • getAsDouble

        double getAsDouble()
      • getAsString

        java.lang.String getAsString()
      • getAsLong

        long getAsLong()
      • getAsInt

        int getAsInt()
      • getAsBoolean

        boolean getAsBoolean()
      • getAsBigInteger

        java.math.BigInteger getAsBigInteger()
      • getAsBigDecimal

        java.math.BigDecimal getAsBigDecimal()
      • isJsonArray

        boolean isJsonArray()
      • isJsonPrimitive

        boolean isJsonPrimitive()
      • isJsonObject

        boolean isJsonObject()
      • getEngineElement

        <T> T getEngineElement()