Uses of Interface
org.simpleframework.xml.transform.Matcher
Packages that use Matcher
-
Uses of Matcher in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement MatcherModifier and TypeClassDescription(package private) classTheEmptyMatcherobject is used as a delegate type that is used when no user specific matcher is specified.Fields in org.simpleframework.xml.core declared as MatcherModifier and TypeFieldDescriptionprivate final MatcherSupport.matcherThis is the matcher used to acquire the transform objects.Constructors in org.simpleframework.xml.core with parameters of type MatcherModifierConstructorDescriptionConstructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for thePersisterobject.Constructor for theSupportobject.Constructor for theSupportobject. -
Uses of Matcher in org.simpleframework.xml.transform
Classes in org.simpleframework.xml.transform that implement MatcherModifier and TypeClassDescription(package private) classTheArrayMatcherobject performs matching of array types to array transforms.(package private) classTheDefaultMatcheris 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) classTheEmptyMatcherobject is used as a delegate type that is used when no user specific matcher is specified.(package private) classThePackageMatcherobject is used to match the stock transforms to Java packages.(package private) classThePrimitiveMatcherobject is used to resolve the primitive types to a stock transform.classTheRegistryMatcherprovides a simple matcher backed by a registry.Fields in org.simpleframework.xml.transform declared as MatcherModifier and TypeFieldDescriptionprivate MatcherDefaultMatcher.arrayMatcher used to resolve transforms for array type objects.private MatcherDefaultMatcher.matcherMatcher used to resolve user specified transform overrides.private final MatcherTransformer.matcherThis is used to perform the matching of types to transforms.private final 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 MatcherModifierConstructorDescriptionArrayMatcher(Matcher primary) Constructor for theArrayTransformobject.DefaultMatcher(Matcher matcher) Constructor for theDefaultMatcherobject.Transformer(Matcher matcher) Constructor for theTransformerobject.