Class MatchedRoute


  • public final class MatchedRoute
    extends Object
    Routes that matched.
    • Constructor Detail

      • MatchedRoute

        public MatchedRoute()
    • Method Detail

      • properties

        public RouteProperties properties()
        Get the properties property: Properties of routes that matched.
        Returns:
        the properties value.
      • withProperties

        public MatchedRoute withProperties​(RouteProperties properties)
        Set the properties property: Properties of routes that matched.
        Parameters:
        properties - the properties value to set.
        Returns:
        the MatchedRoute object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.