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
-
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.ParameterServiceProvider
A map of supported Parameter Annotations. The maps from each foundParameterServiceProvider
are combined to provide a list of Parameter Annotations for the givenParameter
.- Specified by:
getParameterAnnotationHelperMap
in 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.ParameterServiceProvider
Get a factory to be used to instantiate theParameter
- Specified by:
getParameterCreationFactory
in interfaceorg.glassfish.jersey.model.internal.spi.ParameterServiceProvider
- Returns:
Parameter
instantiating factory
-