Package io.inversion

Class Rule.RuleMatcher

java.lang.Object
io.inversion.Rule.RuleMatcher
Enclosing class:
Rule<R extends Rule>

public static class Rule.RuleMatcher extends Object
  • Field Details

    • methods

      protected final Set<String> methods
    • paths

      protected final List<Path> paths
  • Constructor Details

    • RuleMatcher

      public RuleMatcher(String methods, String... paths)
    • RuleMatcher

      public RuleMatcher(String methods, Path path)
    • RuleMatcher

      public RuleMatcher(String methods, List<Path> paths)
  • Method Details

    • withMethods

      public void withMethods(String... methods)
    • withPaths

      public void withPaths(Path... paths)
    • withPaths

      public void withPaths(List<Path> paths)
    • toString

      public String toString()
      Overrides:
      toString in class Object