Package io.quarkus.builder.json
Class JsonDouble
java.lang.Object
io.quarkus.builder.json.JsonDouble
- All Implemented Interfaces:
JsonNumber,JsonValue
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionJsonDouble(double value) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiondoublevalue()Deprecated, for removal: This API element is subject to removal in a future version.
-
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.
-
JsonDouble