java.lang.Object
io.avaje.classpath.scanner.FilterResource
Some common resource matching predicates.
-
Method Summary
Modifier and TypeMethodDescriptionReturn a resource matcher that matches by prefix.byPrefixSuffix(String prefix, String suffix) Return a resource matcher that matches by both prefix and suffix.Return a resource matcher that matches by suffix.
-
Method Details
-
byPrefixSuffix
Return a resource matcher that matches by both prefix and suffix. -
bySuffix
Return a resource matcher that matches by suffix. -
byPrefix
Return a resource matcher that matches by prefix.
-