Uses of Interface
org.hotswap.agent.util.spring.path.PathMatcher
-
Packages that use PathMatcher Package Description org.hotswap.agent.util.spring.path -
-
Uses of PathMatcher in org.hotswap.agent.util.spring.path
Classes in org.hotswap.agent.util.spring.path that implement PathMatcher Modifier and Type Class Description classAntPathMatcherPathMatcherimplementation for Ant-style path patterns.Methods in org.hotswap.agent.util.spring.path that return PathMatcher Modifier and Type Method Description PathMatcherPathMatchingResourcePatternResolver. getPathMatcher()Return the PathMatcher that this resource pattern resolver uses.Methods in org.hotswap.agent.util.spring.path with parameters of type PathMatcher Modifier and Type Method Description voidPathMatchingResourcePatternResolver. setPathMatcher(PathMatcher pathMatcher)Set the PathMatcher implementation to use for this resource pattern resolver.
-