Parameter

public Parameter<T> Parameter<T extends Any>(String name, Class<T> type, Boolean optional, T value)

Parameters

name

the name for the parameter

type

the type of the value for the parameter

optional

flag if the parameter is optional or not. Default: false

value

the value of the parameter: Default: `null´