Package org.glassfish.jersey.model
Class Parameter.ParameterService
java.lang.Object
org.glassfish.jersey.model.Parameter.ParameterService
- All Implemented Interfaces:
ParameterServiceProvider
- Enclosing class:
- Parameter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA map of supported Parameter Annotations.Get a factory to be used to instantiate theParameter
-
Constructor Details
-
ParameterService
public ParameterService()
-
-
Method Details
-
getParameterAnnotationHelperMap
Description copied from interface:ParameterServiceProviderA map of supported Parameter Annotations. The maps from each foundParameterServiceProviderare combined to provide a list of Parameter Annotations for the givenParameter.- Specified by:
getParameterAnnotationHelperMapin interfaceParameterServiceProvider- Returns:
- A map of subset of Parameter Annotations known to the ParameterServiceProvider
-
getParameterCreationFactory
Description copied from interface:ParameterServiceProviderGet a factory to be used to instantiate theParameter- Specified by:
getParameterCreationFactoryin interfaceParameterServiceProvider- Returns:
Parameterinstantiating factory
-