Uses of Enum
org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
Packages that use ResourceMethod.JaxrsType
Package
Description
Jersey server-side application invalid input: '&' resource modeling classes.
-
Uses of ResourceMethod.JaxrsType in org.glassfish.jersey.server.model
Subclasses with type arguments of type ResourceMethod.JaxrsType in org.glassfish.jersey.server.modelModifier and TypeClassDescriptionstatic enumResource method classification based on the recognized JAX-RS resource method types.Methods in org.glassfish.jersey.server.model that return ResourceMethod.JaxrsTypeModifier and TypeMethodDescriptionResourceMethod.getType()Get the JAX-RS method type.static ResourceMethod.JaxrsTypeReturns 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.