Class JSONNumber

java.lang.Object
org.h2.util.json.JSONValue
org.h2.util.json.JSONNumber

public class JSONNumber extends JSONValue
JSON number.
  • Field Details

  • Constructor Details

  • Method Details

    • addTo

      public void addTo(JSONTarget<?> target)
      Description copied from class: JSONValue
      Appends this value to the specified target.
      Specified by:
      addTo in class JSONValue
      Parameters:
      target - the target
    • getBigDecimal

      public BigDecimal getBigDecimal()
      Returns the value.
      Returns:
      the value