public class ExplicitTypePermission extends Object implements TypePermission
| Constructor and Description |
|---|
ExplicitTypePermission(Class[] types) |
ExplicitTypePermission(String[] names) |
public ExplicitTypePermission(Class[] types)
public ExplicitTypePermission(String[] names)
public boolean allows(Class type)
TypePermissionallows in interface TypePermissiontype - the type to checktrue if provided type is allowed, false if permission does not handle the typeCopyright © 2004-2014 XStream. All Rights Reserved.