public static class ParameterKey.DefaultImpls
A parameter key - the implementation is usually an enum.
@NotNull public static java.lang.String getKey(ParameterKey $this)
The key of the parameter.
@NotNull public static Parameters get(ParameterKey $this, @NotNull java.lang.Object value)
Create a class Parameters with this as key and the value.toString() value.
class Parameters,
value@NotNull public static Parameters invoke(ParameterKey $this, @NotNull java.lang.Object value)
Create a class Parameters with this as key and the value json serialized string.
class Parameters,
value