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.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.JaxrsTypeResourceMethod.Data.getType()Get the JAX-RS method type.ResourceMethod.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.