Class Parameter.ServerParameterService
- java.lang.Object
-
- org.glassfish.jersey.server.model.Parameter.ServerParameterService
-
-
Constructor Summary
Constructors Constructor Description ServerParameterService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Class,Parameter.ParamAnnotationHelper>getParameterAnnotationHelperMap()A map of supported Parameter Annotations.Parameter.ParamCreationFactory<Parameter>getParameterCreationFactory()Get a factory to be used to instantiate theParameter
-
-
-
Method Detail
-
getParameterAnnotationHelperMap
public Map<Class,Parameter.ParamAnnotationHelper> 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
public Parameter.ParamCreationFactory<Parameter> 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
-
-