public static class PathMatcher.Builder extends Object
Modifier and Type | Method and Description |
---|---|
PathMatcher.Builder |
addMatcher(PathMatcher matcher)
Adds all rules from the given matcher.
|
PathMatcher |
build() |
PathMatcher.Builder |
excludePath(String path) |
PathMatcher.Builder |
excludePrefix(String path) |
PathMatcher.Builder |
excludeRoot() |
PathMatcher.Builder |
includePath(String path) |
PathMatcher.Builder |
includePrefix(String path) |
PathMatcher.Builder |
includeRoot() |
public PathMatcher.Builder addMatcher(PathMatcher matcher)
public PathMatcher.Builder includeRoot()
public PathMatcher.Builder excludeRoot()
public PathMatcher.Builder includePrefix(String path)
public PathMatcher.Builder excludePrefix(String path)
public PathMatcher.Builder includePath(String path)
public PathMatcher.Builder excludePath(String path)
public PathMatcher build()
Copyright © 2021. All rights reserved.