Uses of Enum
org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
Packages that use ResourceMethod.JaxrsType
Package
Description
Jersey server-side application & resource modeling classes.
-
Uses of ResourceMethod.JaxrsType in org.glassfish.jersey.server.model
Fields in org.glassfish.jersey.server.model declared as ResourceMethod.JaxrsTypeMethods in org.glassfish.jersey.server.model that return ResourceMethod.JaxrsTypeModifier and TypeMethodDescriptionprivate static ResourceMethod.JaxrsType
(package private) ResourceMethod.JaxrsType
ResourceMethod.Data.getType()
Get the JAX-RS method type.ResourceMethod.getType()
Get the JAX-RS method type.static ResourceMethod.JaxrsType
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.