Class ParamExtractorConfigurator
- java.lang.Object
-
- org.glassfish.jersey.server.internal.inject.ParamExtractorConfigurator
-
- All Implemented Interfaces:
BootstrapConfigurator
public class ParamExtractorConfigurator extends Object implements BootstrapConfigurator
Configurator which initializes and registerMultivaluedParameterExtractorProviderinstance intoInjectionManager.- Author:
- Petr Bouda
-
-
Constructor Summary
Constructors Constructor Description ParamExtractorConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(InjectionManager injectionManager, BootstrapBag bootstrapBag)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.glassfish.jersey.internal.BootstrapConfigurator
postInit
-
-
-
-
Method Detail
-
init
public void init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
- Specified by:
initin interfaceBootstrapConfigurator
-
-