类 AntPathMatcher.PathSeparatorPatternCache

java.lang.Object
cn.taketoday.core.AntPathMatcher.PathSeparatorPatternCache
封闭类:
AntPathMatcher

private static final class AntPathMatcher.PathSeparatorPatternCache extends Object
A simple cache for patterns that depend on the configured path separator.
  • 字段详细资料

    • endsOnWildCard

      private final String endsOnWildCard
    • endsOnDoubleWildCard

      private final String endsOnDoubleWildCard
  • 构造器详细资料

    • PathSeparatorPatternCache

      private PathSeparatorPatternCache(String pathSeparator)