public static class Route.DTO
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Route.Param[] |
fields
An array of
Route.Param representing the type's fields. |
java.lang.String |
FQN
Fully-qualified name of the type.
|
Constructor and Description |
---|
DTO(java.lang.String FQN,
Route.Param... fields)
The one and only constructor.
|
public final java.lang.String FQN
public final Route.Param[] fields
Route.Param
representing the type's fields.public DTO(java.lang.String FQN, Route.Param... fields)
FQN
- the fully-qualified namefields
- the Route.Param
s representing the fields