Interface StarPathElement
- All Superinterfaces:
MatchablePathElement, PathElement
- All Known Implementing Classes:
StarAllPathElement, StarDoublePathElement, StarRegexPathElement, StarSinglePathElement
Marker interface for PathElements that contain the "*" wildcard.
Three subclasses were created for performance reasons.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstringMatch(String literal) Method to see if a candidate key would match this PathElement.Methods inherited from interface MatchablePathElement
matchMethods inherited from interface PathElement
getCanonicalForm, getRawKey
-
Method Details
-
stringMatch
Method to see if a candidate key would match this PathElement.- Returns:
- true if the provided literal will match this Element's regex
-