Package org.simpleframework.xml.core
Class EmptyMatcher
java.lang.Object
org.simpleframework.xml.core.EmptyMatcher
- All Implemented Interfaces:
Matcher
The
EmptyMatcher
object is used as a delegate type
that is used when no user specific matcher is specified. This
ensures that no transform is resolved for a specified type, and
allows the normal resolution of the stock transforms.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EmptyMatcher
EmptyMatcher()
-
-
Method Details
-
match
This method is used to return a null value for the transform. Returning a null value allows the normal resolution of the stock transforms to be used when no matcher is specified.
-