Uses of Interface
org.eclipse.ditto.json.JsonNumber

  • Uses of JsonNumber in org.eclipse.ditto.json

    Methods in org.eclipse.ditto.json that return JsonNumber
    Modifier and Type
    Method
    Description
    static JsonNumber
    JsonFactory.newValue(double value)
    Returns a JSON number that represents the given double value.
    static JsonNumber
    JsonFactory.newValue(int value)
    Returns a JSON number that represents the given int value.
    static JsonNumber
    JsonFactory.newValue(long value)
    Returns a JSON number that represents the given long value.
    static JsonNumber
    JsonValue.of(double value)
    Returns a JSON number that represents the given double value.
    static JsonNumber
    JsonValue.of(int value)
    Returns a JSON number that represents the given int value.
    static JsonNumber
    JsonValue.of(long value)
    Returns a JSON number that represents the given long value.