Class JsonDouble

java.lang.Object
io.quarkus.builder.json.JsonDouble
All Implemented Interfaces:
JsonNumber, JsonValue

@Deprecated(forRemoval=true) public final class JsonDouble extends Object implements JsonNumber
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.31.0 in favor of JsonDouble
  • Constructor Summary

    Constructors
    Constructor
    Description
    JsonDouble(double value)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JsonDouble

      public JsonDouble(double value)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • value

      public double value()
      Deprecated, for removal: This API element is subject to removal in a future version.