Class CookieParamValueParamProvider
java.lang.Object
org.glassfish.jersey.server.internal.inject.AbstractValueParamProvider
org.glassfish.jersey.server.internal.inject.CookieParamValueParamProvider
- All Implemented Interfaces:
ValueParamProvider
Value factory provider supporting the
CookieParam injection annotation.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final classprivate static final classNested classes/interfaces inherited from interface ValueParamProvider
ValueParamProvider.Priority, ValueParamProvider.PriorityType -
Constructor Summary
ConstructorsConstructorDescriptionCookieParamValueParamProvider(javax.inject.Provider<MultivaluedParameterExtractorProvider> mpep) CookieParamannotation value factory provider injection constructor. -
Method Summary
Modifier and TypeMethodDescriptioncreateValueProvider(Parameter parameter) Create a value provider for the parameter.Methods inherited from class AbstractValueParamProvider
get, getPriority, getValueProvider
-
Constructor Details
-
CookieParamValueParamProvider
public CookieParamValueParamProvider(javax.inject.Provider<MultivaluedParameterExtractorProvider> mpep) CookieParamannotation value factory provider injection constructor.- Parameters:
mpep- multivalued parameter extractor provider.
-
-
Method Details
-
createValueProvider
Description copied from class:AbstractValueParamProviderCreate a value provider for the parameter. May returnnullin case the parameter is not supported by the value provider.- Specified by:
createValueProviderin classAbstractValueParamProvider- Parameters:
parameter- parameter requesting the value provider instance.- Returns:
- parameter value supplier. Returns
nullif parameter is not supported.
-