public enum JaxrsAnnotations extends Enum<JaxrsAnnotations>
DotName
s of Jax-RS annotationsEnum Constant and Description |
---|
CONSUMES |
CONTEXT |
COOKIE_PARAM |
DEFAULT_VALUE |
DELETE |
ENCODED |
FORM_PARAM |
GET |
HEAD |
HEADER_PARAM |
HTTP_METHOD |
MATRIX_PARAM |
PATH |
PATH_PARAM |
POST |
PRODUCES |
PROVIDER |
PUT |
QUERY_PARAM |
Modifier and Type | Method and Description |
---|---|
org.jboss.jandex.DotName |
getDotName() |
String |
getSimpleName() |
static JaxrsAnnotations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxrsAnnotations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JaxrsAnnotations CONSUMES
public static final JaxrsAnnotations COOKIE_PARAM
public static final JaxrsAnnotations DEFAULT_VALUE
public static final JaxrsAnnotations DELETE
public static final JaxrsAnnotations ENCODED
public static final JaxrsAnnotations FORM_PARAM
public static final JaxrsAnnotations GET
public static final JaxrsAnnotations HEAD
public static final JaxrsAnnotations HEADER_PARAM
public static final JaxrsAnnotations HTTP_METHOD
public static final JaxrsAnnotations MATRIX_PARAM
public static final JaxrsAnnotations PATH
public static final JaxrsAnnotations PATH_PARAM
public static final JaxrsAnnotations POST
public static final JaxrsAnnotations PRODUCES
public static final JaxrsAnnotations PUT
public static final JaxrsAnnotations QUERY_PARAM
public static final JaxrsAnnotations CONTEXT
public static final JaxrsAnnotations PROVIDER
public static JaxrsAnnotations[] values()
for (JaxrsAnnotations c : JaxrsAnnotations.values()) System.out.println(c);
public static JaxrsAnnotations valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic org.jboss.jandex.DotName getDotName()
public String getSimpleName()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.