Uses of Enum Class
org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
-
Uses of HttpMethodOverrideFilter.Source in org.glassfish.jersey.server.filter
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HttpMethodOverrideFilter.Source[]
HttpMethodOverrideFilter.Source.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
HttpMethodOverrideFilter.enableFor
(ResourceConfig rc, HttpMethodOverrideFilter.Source... sources) Registers this filter into the passedResourceConfig
instance and configures it.ModifierConstructorDescriptionInitializes this filter setting the sources of information the filter should look for.