Class 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 of Route.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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • FQN

        public final java.lang.String FQN
        Fully-qualified name of the type.
    • Constructor Detail

      • DTO

        public DTO​(java.lang.String FQN,
                   Route.Param... fields)
        The one and only constructor.
        Parameters:
        FQN - the fully-qualified name
        fields - the Route.Params representing the fields