public class AnyTypePermission extends java.lang.Object implements TypePermission
null
.Modifier and Type | Field and Description |
---|---|
static TypePermission |
ANY |
Constructor and Description |
---|
AnyTypePermission() |
Modifier and Type | Method and Description |
---|---|
boolean |
allows(java.lang.Class type)
Check permission for a provided type.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public static final TypePermission ANY
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 typepublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2004–2024 XStream. All rights reserved.