Package io.quarkus.builder.json
Class JsonInteger
java.lang.Object
io.quarkus.builder.json.JsonInteger
- All Implemented Interfaces:
JsonNumber,JsonValue
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionJsonInteger(long value) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
JsonInteger
public JsonInteger(long value) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
longValue
public long longValue()Deprecated, for removal: This API element is subject to removal in a future version. -
intValue
public int intValue()Deprecated, for removal: This API element is subject to removal in a future version.
-
JsonInteger