public final class Parameter
extends java.lang.Object
The class is a DTO containing a parameter value.
Modifier and Type | Method and Description |
---|---|
@Nullable java.lang.Object |
getValue()
Obtains a raw value of the parameter.
|
static Parameter |
of(@Nullable java.lang.Object value)
Creates a parameter using the specified parameters.
|
public static Parameter of(@Nullable java.lang.Object value)
value
- the parameter valueParameter
instancepublic @Nullable java.lang.Object getValue()