Uses of Class
org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
-
Packages that use ValueParamProvider.Priority Package Description org.glassfish.jersey.server.spi.internal Jersey server-side internal service provider contract (SPI) classes. -
-
Uses of ValueParamProvider.Priority in org.glassfish.jersey.server.spi.internal
Methods in org.glassfish.jersey.server.spi.internal that return ValueParamProvider.Priority Modifier and Type Method Description static ValueParamProvider.Priority
ValueParamProvider.Priority. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ValueParamProvider.Priority[]
ValueParamProvider.Priority. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-