public static enum ValidationConfig.ProxyInterface extends java.lang.Enum<ValidationConfig.ProxyInterface>
| Enum Constant and Description |
|---|
NO_ANNOTATION |
REQUIRES_ANNOTATION |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldValidateProxyInterfaces() |
static ValidationConfig.ProxyInterface |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValidationConfig.ProxyInterface[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationConfig.ProxyInterface REQUIRES_ANNOTATION
public static final ValidationConfig.ProxyInterface NO_ANNOTATION
public static ValidationConfig.ProxyInterface[] values()
for (ValidationConfig.ProxyInterface c : ValidationConfig.ProxyInterface.values()) System.out.println(c);
public static ValidationConfig.ProxyInterface valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean shouldValidateProxyInterfaces()