@Singleton final class PathParamValueParamProvider extends AbstractValueParamProvider
@PathParam
injection value provider.Modifier and Type | Class and Description |
---|---|
private static class |
PathParamValueParamProvider.PathParamListPathSegmentValueSupplier |
private static class |
PathParamValueParamProvider.PathParamPathSegmentValueSupplier |
private static class |
PathParamValueParamProvider.PathParamValueProvider |
ValueParamProvider.Priority, ValueParamProvider.PriorityType
Constructor and Description |
---|
PathParamValueParamProvider(javax.inject.Provider<MultivaluedParameterExtractorProvider> mpep)
Injection constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.function.Function<ContainerRequest,?> |
createValueProvider(Parameter parameter)
Create a value provider for the parameter.
|
get, getPriority, getValueProvider
public PathParamValueParamProvider(javax.inject.Provider<MultivaluedParameterExtractorProvider> mpep)
mpep
- multivalued map parameter extractor provider.public java.util.function.Function<ContainerRequest,?> createValueProvider(Parameter parameter)
AbstractValueParamProvider
null
in case
the parameter is not supported by the value provider.createValueProvider
in class AbstractValueParamProvider
parameter
- parameter requesting the value provider instance.null
if parameter is not supported.