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 Details

    • ServerParameterService

      public ServerParameterService()
  • Method Details

    • getParameterAnnotationHelperMap

      public Map<Class,Parameter.ParamAnnotationHelper> getParameterAnnotationHelperMap()
      Description copied from interface: org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
      A map of supported Parameter Annotations. The maps from each found ParameterServiceProvider are combined to provide a list of Parameter Annotations for the given Parameter.
      Specified by:
      getParameterAnnotationHelperMap in interface org.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.ParameterServiceProvider
      Get a factory to be used to instantiate the Parameter
      Specified by:
      getParameterCreationFactory in interface org.glassfish.jersey.model.internal.spi.ParameterServiceProvider
      Returns:
      Parameter instantiating factory