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) class
TheEmptyMatcher
object 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 Matcher
Support.matcher
This is the matcher used to acquire the transform objects.Constructors in org.simpleframework.xml.core with parameters of type MatcherModifierConstructorDescriptionConstructor for thePersister
object.Constructor for thePersister
object.Constructor for thePersister
object.Constructor for thePersister
object.Constructor for thePersister
object.Constructor for thePersister
object.Constructor for thePersister
object.Constructor for thePersister
object.Constructor for theSupport
object.Constructor for theSupport
object. -
Uses of Matcher in org.simpleframework.xml.transform
Classes in org.simpleframework.xml.transform that implement MatcherModifier and TypeClassDescription(package private) class
TheArrayMatcher
object performs matching of array types to array transforms.(package private) class
TheDefaultMatcher
is a delegation object that uses several matcher implementations to correctly resolve both the stockTransform
implementations and implementations that have been overridden by the user with a custom matcher.(package private) class
TheEmptyMatcher
object is used as a delegate type that is used when no user specific matcher is specified.(package private) class
ThePackageMatcher
object is used to match the stock transforms to Java packages.(package private) class
ThePrimitiveMatcher
object is used to resolve the primitive types to a stock transform.class
TheRegistryMatcher
provides a simple matcher backed by a registry.Fields in org.simpleframework.xml.transform declared as MatcherModifier and TypeFieldDescriptionprivate Matcher
DefaultMatcher.array
Matcher used to resolve transforms for array type objects.private Matcher
DefaultMatcher.matcher
Matcher used to resolve user specified transform overrides.private final Matcher
Transformer.matcher
This is used to perform the matching of types to transforms.private final Matcher
ArrayMatcher.primary
This is the primary matcher that can resolve transforms.private Matcher
DefaultMatcher.primitive
Matcher used to resolve stock transforms for primitive types.private Matcher
DefaultMatcher.stock
Matcher used to resolve all the core Java object transforms.Constructors in org.simpleframework.xml.transform with parameters of type MatcherModifierConstructorDescriptionArrayMatcher
(Matcher primary) Constructor for theArrayTransform
object.DefaultMatcher
(Matcher matcher) Constructor for theDefaultMatcher
object.Transformer
(Matcher matcher) Constructor for theTransformer
object.