Class Parameter.ServerParameterService
java.lang.Object
org.glassfish.jersey.server.model.Parameter.ServerParameterService
- All Implemented Interfaces:
 org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
- Enclosing class:
 - Parameter
 
public static class Parameter.ServerParameterService
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
- 
ServerParameterService
public ServerParameterService() 
 - 
 - 
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
 
 -