Class FullClassNameMatcher
java.lang.Object
org.apache.commons.io.serialization.FullClassNameMatcher
- All Implemented Interfaces:
ClassNameMatcher
A
ClassNameMatcher
that matches on full class names.
This object is immutable and thread-safe.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFullClassNameMatcher
(String... classes) Constructs an object based on the specified class names. -
Method Summary
-
Field Details
-
classesSet
-
-
Constructor Details
-
FullClassNameMatcher
Constructs an object based on the specified class names.- Parameters:
classes
- a list of class names
-
-
Method Details
-
matches
Description copied from interface:ClassNameMatcher
Returnstrue
if the supplied class name matches this object's condition.- Specified by:
matches
in interfaceClassNameMatcher
- Parameters:
className
- fully qualified class name- Returns:
true
if the class name matches this object's condition
-