Package org.glassfish.jersey.model
Class Parameter.ParameterService
java.lang.Object
org.glassfish.jersey.model.Parameter.ParameterService
- All Implemented Interfaces:
org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
- Enclosing class:
- Parameter
public static class Parameter.ParameterService
extends Object
implements org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
-
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:org.glassfish.jersey.model.internal.spi.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 interfaceorg.glassfish.jersey.model.internal.spi.ParameterServiceProvider- Returns:
- A map of subset of Parameter Annotations known to the ParameterServiceProvider
-
getParameterCreationFactory
Description copied from interface:org.glassfish.jersey.model.internal.spi.ParameterServiceProviderGet a factory to be used to instantiate theParameter- Specified by:
getParameterCreationFactoryin interfaceorg.glassfish.jersey.model.internal.spi.ParameterServiceProvider- Returns:
Parameterinstantiating factory
-