类 AntPathMatcher.AntPathStringMatcher

  • 封闭类:
    AntPathMatcher

    protected static class AntPathMatcher.AntPathStringMatcher
    extends Object
    Tests whether or not a string matches against a pattern via a Pattern.

    The pattern may contain special characters: '*' means zero or more characters; '?' means one and only one character; '{' and '}' indicate a URI template pattern. For example /users/{user}.