Class IntParam

All Implemented Interfaces:
Serializable

Specialized version of Param[Int] for Java.

See Also:
  • Constructor Summary

    Constructors

  • Method Summary

    Modifier and Type

    Method

    Description

    int

    jsonEncode(int value)

    w(int value)

    Creates a param pair with the given value (for Java).

  • Constructor Details

    • IntParam

    • IntParam

    • IntParam

    • IntParam

  • Method Details

    • jsonDecode

      public int jsonDecode(String json)

    • jsonEncode

      public String jsonEncode(int value)

    • w

      Creates a param pair with the given value (for Java).