Uses of Interface
org.apache.commons.io.serialization.ClassNameMatcher
Packages that use ClassNameMatcher
Package
Description
Provides a framework for controlling the deserialization of classes.
-
Uses of ClassNameMatcher in org.apache.commons.io.serialization
Classes in org.apache.commons.io.serialization that implement ClassNameMatcherModifier and TypeClassDescription(package private) final classAClassNameMatcherthat matches on full class names.(package private) final classAClassNameMatcherthat uses regular expressions.(package private) final classAClassNameMatcherthat uses simplified regular expressions provided byFilenameUtils.wildcardMatchFields in org.apache.commons.io.serialization with type parameters of type ClassNameMatcherModifier and TypeFieldDescriptionprivate final List<ClassNameMatcher> ValidatingObjectInputStream.acceptMatchersprivate final List<ClassNameMatcher> ValidatingObjectInputStream.rejectMatchersMethods in org.apache.commons.io.serialization with parameters of type ClassNameMatcherModifier and TypeMethodDescriptionValidatingObjectInputStream.accept(ClassNameMatcher m) Accept class names where the supplied ClassNameMatcher matches for deserialization, unless they are otherwise rejected.ValidatingObjectInputStream.reject(ClassNameMatcher m) Reject class names where the supplied ClassNameMatcher matches for deserialization, even if they are otherwise accepted.