Class JsonInteger

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

@Deprecated(forRemoval=true) public final class JsonInteger 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 JsonInteger
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    long
    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

    • 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.