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