public static class Route.Param
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
defaultValue
The default value of the parameter.
|
java.lang.String |
name
The name of the parameter.
|
java.lang.String |
typeFQN
The fully-qualified name of the expected type of the parameter.
|
Constructor and Description |
---|
Param(java.lang.String typeFQN,
java.lang.String name,
java.lang.String defaultValue)
The one and only constructor.
|
public final java.lang.String typeFQN
public final java.lang.String name
public final java.lang.String defaultValue
public Param(java.lang.String typeFQN, java.lang.String name, java.lang.String defaultValue)
typeFQN
- the FQN of the expected type of the parametername
- the name of the parameterdefaultValue
- the default value of the parameter, may be null if the parameter is required