public interface TypePermission
boolean allows(Class type)
type
- the type to checktrue
if provided type is allowed, false
if permission does not handle the typeForbiddenClassException
- if provided type is explicitly forbiddenCopyright © 2004–2015 XStream. All rights reserved.