Class ParamExtractorConfigurator
java.lang.Object
org.glassfish.jersey.server.internal.inject.ParamExtractorConfigurator
- All Implemented Interfaces:
BootstrapConfigurator
Configurator which initializes and register
MultivaluedParameterExtractorProvider instance into
InjectionManager.- Author:
- Petr Bouda
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(InjectionManager injectionManager, BootstrapBag bootstrapBag) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.glassfish.jersey.internal.BootstrapConfigurator
postInit
-
Constructor Details
-
ParamExtractorConfigurator
public ParamExtractorConfigurator()
-
-
Method Details
-
init
- Specified by:
initin interfaceBootstrapConfigurator
-