public static final class AntPathMatcher.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AntPathMatcher |
build() |
AntPathMatcher.Builder |
withIgnoreCase() |
AntPathMatcher.Builder |
withMatchStart() |
AntPathMatcher.Builder |
withPathSeparator(char pathSeparator) |
AntPathMatcher.Builder |
withTrimTokens() |
public AntPathMatcher.Builder withPathSeparator(char pathSeparator)
public AntPathMatcher.Builder withIgnoreCase()
public AntPathMatcher.Builder withMatchStart()
public AntPathMatcher.Builder withTrimTokens()
public AntPathMatcher build()
Copyright © 2024 flmelody. All rights reserved.