Uses of Interface
org.simpleframework.xml.util.Match
-
Packages that use Match Package Description org.simpleframework.xml.util -
-
Uses of Match in org.simpleframework.xml.util
Classes in org.simpleframework.xml.util with type parameters of type Match Modifier and Type Class Description class
Resolver<M extends Match>
This is used to storeMatch
objects, which can then be retrieved using a string by comparing that string to the pattern of theMatch
objects.
-