public class ExplicitTypePermission extends java.lang.Object implements TypePermission
| Constructor and Description |
|---|
ExplicitTypePermission(java.lang.Class[] types) |
ExplicitTypePermission(java.lang.String[] names) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allows(java.lang.Class type)
Check permission for a provided type.
|
public ExplicitTypePermission(java.lang.Class[] types)
public ExplicitTypePermission(java.lang.String[] names)
public boolean allows(java.lang.Class type)
TypePermissionallows in interface TypePermissiontype - the type to checktrue if provided type is allowed, false if permission does not handle the typeCopyright © 2004–2024 XStream. All rights reserved.