See: Description
Interface | Description |
---|---|
ClassNameMatcher |
An object that matches a Class name to a condition.
|
Class | Description |
---|---|
FullClassNameMatcher |
A
ClassNameMatcher that matches on full class names. |
RegexpClassNameMatcher |
A
ClassNameMatcher that uses regular expressions. |
ValidatingObjectInputStream |
An
ObjectInputStream that's restricted to deserialize
a limited set of classes. |
WildcardClassNameMatcher |
A
ClassNameMatcher that uses simplified regular expressions
provided by FilenameUtils.wildcardMatch |
This package provides a framework for controlling the deserialization of classes.