Interface JsonExpLiteral

All Superinterfaces:
JsonLiteral, JsonValue
All Known Implementing Classes:
JsonExpLiteralImpl

public interface JsonExpLiteral extends JsonLiteral
Exponent literal value. (-12E12, 123E-34)
Author:
antons
  • Method Details

    • bdValue

      BigDecimal bdValue()
      BigDecimal value represented by this literal.
      Returns:
      BigDecimal value