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