Package foo.zaaarf.routecartographer
Class Route.DTO
- java.lang.Object
-
- foo.zaaarf.routecartographer.Route.DTO
-
- Enclosing class:
- Route
public static class Route.DTO extends java.lang.Object
Representation of a DTO type.
-
-
Field Summary
Fields Modifier and Type Field Description Route.Param[]
fields
An array ofRoute.Param
representing the type's fields.java.lang.String
FQN
Fully-qualified name of the type.
-
Constructor Summary
Constructors Constructor Description DTO(java.lang.String FQN, Route.Param... fields)
The one and only constructor.
-
-
-
Field Detail
-
FQN
public final java.lang.String FQN
Fully-qualified name of the type.
-
fields
public final Route.Param[] fields
An array ofRoute.Param
representing the type's fields.
-
-
Constructor Detail
-
DTO
public DTO(java.lang.String FQN, Route.Param... fields)
The one and only constructor.- Parameters:
FQN
- the fully-qualified namefields
- theRoute.Param
s representing the fields
-
-