Uses of Enum Class
org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
Packages that use HttpMethodOverrideFilter.Source
-
Uses of HttpMethodOverrideFilter.Source in org.glassfish.jersey.server.filter
Methods in org.glassfish.jersey.server.filter that return HttpMethodOverrideFilter.SourceModifier 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.Methods in org.glassfish.jersey.server.filter with parameters of type HttpMethodOverrideFilter.SourceModifier and TypeMethodDescriptionstatic void
HttpMethodOverrideFilter.enableFor
(ResourceConfig rc, HttpMethodOverrideFilter.Source... sources) Registers this filter into the passedResourceConfig
instance and configures it.Constructors in org.glassfish.jersey.server.filter with parameters of type HttpMethodOverrideFilter.SourceModifierConstructorDescriptionInitializes this filter setting the sources of information the filter should look for.