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. |
| ObjectStreamClassPredicate |
A predicate (boolean-valued function) of one argument to accept and reject classes.
|
| RegexpClassNameMatcher |
A
ClassNameMatcher that uses regular expressions. |
| ValidatingObjectInputStream |
An
ObjectInputStream that's restricted to deserialize a limited set of classes. |
| ValidatingObjectInputStream.Builder |
Builds a new
ValidatingObjectInputStream. |
| WildcardClassNameMatcher |
A
ClassNameMatcher that uses simplified regular expressions
provided by FilenameUtils.wildcardMatch |