Uses of Interface
org.apache.commons.io.serialization.ClassNameMatcher
Package
Description
Provides a framework for controlling the deserialization of classes.
-
Uses of ClassNameMatcher in org.apache.commons.io.serialization
Modifier and TypeMethodDescriptionObjectStreamClassPredicate.accept
(ClassNameMatcher matcher) Accepts class names where the supplied ClassNameMatcher matches for deserialization, unless they are otherwise rejected.ValidatingObjectInputStream.accept
(ClassNameMatcher matcher) Accepts class names where the supplied ClassNameMatcher matches for deserialization, unless they are otherwise rejected.ValidatingObjectInputStream.Builder.accept
(ClassNameMatcher matcher) Accepts class names where the supplied ClassNameMatcher matches for deserialization, unless they are otherwise rejected.ObjectStreamClassPredicate.reject
(ClassNameMatcher m) Rejects class names where the supplied ClassNameMatcher matches for deserialization, even if they are otherwise accepted.ValidatingObjectInputStream.Builder.reject
(ClassNameMatcher matcher) Rejects class names where the supplied ClassNameMatcher matches for deserialization, even if they are otherwise accepted.ValidatingObjectInputStream.reject
(ClassNameMatcher matcher) Rejects class names where the supplied ClassNameMatcher matches for deserialization, even if they are otherwise accepted.