public enum AnnotationViolationType extends java.lang.Enum<AnnotationViolationType>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AnnotationViolationType.JsonDeserializer |
protected static class |
AnnotationViolationType.JsonSerializer |
| Enum Constant and Description |
|---|
ILLEGAL_ENDPOINT_REFERENCE |
ILLEGAL_INTERNAL_REFERENCE |
ILLEGAL_PARAMETER_REFERENCE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
description()
Gets
description. |
java.lang.String |
getMessage() |
boolean |
isBreaking() |
java.lang.String |
prettyName()
Gets
prettyName. |
static AnnotationViolationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationViolationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationViolationType ILLEGAL_ENDPOINT_REFERENCE
public static final AnnotationViolationType ILLEGAL_PARAMETER_REFERENCE
public static final AnnotationViolationType ILLEGAL_INTERNAL_REFERENCE
public static AnnotationViolationType[] values()
for (AnnotationViolationType c : AnnotationViolationType.values()) System.out.println(c);
public static AnnotationViolationType 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 java.lang.String prettyName()
prettyName.prettyNamepublic java.lang.String description()
description.descriptionpublic java.lang.String getMessage()
public boolean isBreaking()