Uses of Class
org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
-
Packages that use ResourceMethod.JaxrsType Package Description org.glassfish.jersey.server.model 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.JaxrsType Modifier and Type Field Description private ResourceMethod.JaxrsTypeResourceMethod.Data. typeMethods in org.glassfish.jersey.server.model that return ResourceMethod.JaxrsType Modifier and Type Method Description private static ResourceMethod.JaxrsTypeResourceMethod.JaxrsType. classify(java.lang.String httpMethod)(package private) ResourceMethod.JaxrsTypeResourceMethod.Data. getType()Get the JAX-RS method type.ResourceMethod.JaxrsTypeResourceMethod. getType()Get the JAX-RS method type.static ResourceMethod.JaxrsTypeResourceMethod.JaxrsType. valueOf(java.lang.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.
-