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