Class Routes.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • build

        public Routes build()
        Description copied from interface: Builder
        Builds the object after all configuration has been set. This will use default values for any unspecified attributes for the object.
        Specified by:
        build in interface Builder<Routes>
        Returns:
        the configured instance.
      • getPattern

        public java.lang.String getPattern()
      • getRoutes

        public Route[] getRoutes()
      • withPattern

        public Routes.Builder withPattern​(java.lang.String pattern)