Package | Description |
---|---|
org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
Modifier and Type | Method and Description |
---|---|
ResourceMethod.JaxrsType |
ResourceMethod.getType()
Get the JAX-RS method type.
|
static ResourceMethod.JaxrsType |
ResourceMethod.JaxrsType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceMethod.JaxrsType[] |
ResourceMethod.JaxrsType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.