Package org.hotswap.agent.util.spring.path
-
Interface Summary Interface Description PathMatcher Strategy interface forString-based path matching.ResourcePatternResolver Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) into Resource objects. -
Class Summary Class Description AntPathMatcher PathMatcherimplementation for Ant-style path patterns.AntPathMatcher.AntPathStringMatcher Tests whether or not a string matches against a pattern via aPattern.AntPathMatcher.AntPatternComparator The defaultComparatorimplementation returned byAntPathMatcher.getPatternComparator(String).PathMatchingResourcePatternResolver AResourcePatternResolverimplementation that is able to resolve a specified resource location path into one or more matching Resources.