Class ValueParamProviderConfigurator
java.lang.Object
org.glassfish.jersey.server.internal.inject.ValueParamProviderConfigurator
- All Implemented Interfaces:
BootstrapConfigurator
Configurator which initializes and register
ValueParamProvider instances into InjectionManager and
BootstrapBag.- Author:
- Petr Bouda
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(InjectionManager injectionManager, BootstrapBag bootstrapBag) voidpostInit(InjectionManager injectionManager, BootstrapBag bootstrapBag)
-
Constructor Details
-
ValueParamProviderConfigurator
public ValueParamProviderConfigurator()
-
-
Method Details
-
init
- Specified by:
initin interfaceBootstrapConfigurator
-
postInit
- Specified by:
postInitin interfaceBootstrapConfigurator
-