public class TypeHierarchyPermission extends Object implements TypePermission
Constructor and Description |
---|
TypeHierarchyPermission(Class type) |
public TypeHierarchyPermission(Class type)
public boolean allows(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–2014 XStream. All rights reserved.