See: Description
Interface | Description |
---|---|
ConfiguredValidator |
Configured validator for Jersey validation purposes.
|
MultivaluedParameterExtractor<T> |
Provider that converts the values of an entry of a given
name
from the supplied multivalued map into an object of a custom
Java type. |
MultivaluedParameterExtractorProvider |
Provider of multivalued parameter extractors.
|
Class | Description |
---|---|
AbstractValueParamProvider |
A parameter value provider that provides parameter value factories
which are using
MultivaluedParameterExtractorProvider to extract parameter
values from the supplied multivalued
parameter map . |
ParamExtractorConfigurator |
Configurator which initializes and register
MultivaluedParameterExtractorProvider instance into
InjectionManager . |
ParamInjectionResolver<A extends Annotation> |
Abstract base class for resolving JAX-RS
@XxxParam injection. |
ValueParamProviderConfigurator |
Configurator which initializes and register
ValueParamProvider instances into InjectionManager and
BootstrapBag . |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.