Uses of Interface
org.simpleframework.xml.transform.Matcher
-
Packages that use Matcher Package Description org.simpleframework.xml.core org.simpleframework.xml.transform -
-
Uses of Matcher in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement Matcher Modifier and Type Class Description (package private) classEmptyMatcherTheEmptyMatcherobject is used as a delegate type that is used when no user specific matcher is specified.Fields in org.simpleframework.xml.core declared as Matcher Modifier and Type Field Description private MatcherSupport. matcherThis is the matcher used to acquire the transform objects.Constructors in org.simpleframework.xml.core with parameters of type Matcher Constructor Description Persister(Filter filter, Matcher matcher)Constructor for thePersisterobject.Persister(Filter filter, Matcher matcher, Format format)Constructor for thePersisterobject.Persister(Strategy strategy, Filter filter, Matcher matcher)Constructor for thePersisterobject.Persister(Strategy strategy, Filter filter, Matcher matcher, Format format)Constructor for thePersisterobject.Persister(Strategy strategy, Matcher matcher)Constructor for thePersisterobject.Persister(Strategy strategy, Matcher matcher, Format format)Constructor for thePersisterobject.Persister(Matcher matcher)Constructor for thePersisterobject.Persister(Matcher matcher, Format format)Constructor for thePersisterobject.Support(Filter filter, Matcher matcher)Constructor for theSupportobject.Support(Filter filter, Matcher matcher, Format format)Constructor for theSupportobject. -
Uses of Matcher in org.simpleframework.xml.transform
Classes in org.simpleframework.xml.transform that implement Matcher Modifier and Type Class Description (package private) classArrayMatcherTheArrayMatcherobject performs matching of array types to array transforms.(package private) classDefaultMatcherTheDefaultMatcheris a delegation object that uses several matcher implementations to correctly resolve both the stockTransformimplementations and implementations that have been overridden by the user with a custom matcher.(package private) classEmptyMatcherTheEmptyMatcherobject is used as a delegate type that is used when no user specific matcher is specified.(package private) classPackageMatcherThePackageMatcherobject is used to match the stock transforms to Java packages.(package private) classPrimitiveMatcherThePrimitiveMatcherobject is used to resolve the primitive types to a stock transform.classRegistryMatcherTheRegistryMatcherprovides a simple matcher backed by a registry.Fields in org.simpleframework.xml.transform declared as Matcher Modifier and Type Field Description private MatcherDefaultMatcher. arrayMatcher used to resolve transforms for array type objects.private MatcherDefaultMatcher. matcherMatcher used to resolve user specified transform overrides.private MatcherTransformer. matcherThis is used to perform the matching of types to transforms.private MatcherArrayMatcher. primaryThis is the primary matcher that can resolve transforms.private MatcherDefaultMatcher. primitiveMatcher used to resolve stock transforms for primitive types.private MatcherDefaultMatcher. stockMatcher used to resolve all the core Java object transforms.Constructors in org.simpleframework.xml.transform with parameters of type Matcher Constructor Description ArrayMatcher(Matcher primary)Constructor for theArrayTransformobject.DefaultMatcher(Matcher matcher)Constructor for theDefaultMatcherobject.Transformer(Matcher matcher)Constructor for theTransformerobject.
-