Uses of Interface
org.glassfish.jersey.model.Parameter.ParamCreationFactory
-
Packages that use Parameter.ParamCreationFactory Package Description org.glassfish.jersey.model Common Jersey model related classes and interfaces.org.glassfish.jersey.model.internal.spi -
-
Uses of Parameter.ParamCreationFactory in org.glassfish.jersey.model
Methods in org.glassfish.jersey.model that return Parameter.ParamCreationFactory Modifier and Type Method Description Parameter.ParamCreationFactory<Parameter>Parameter.ParameterService. getParameterCreationFactory() -
Uses of Parameter.ParamCreationFactory in org.glassfish.jersey.model.internal.spi
Methods in org.glassfish.jersey.model.internal.spi that return Parameter.ParamCreationFactory Modifier and Type Method Description Parameter.ParamCreationFactory<? extends Parameter>ParameterServiceProvider. getParameterCreationFactory()Get a factory to be used to instantiate theParameter
-