Interface BootstrapPreinitialization
-
- All Known Implementing Classes:
ClientBootstrapPreinitialization,ServerBootstrapPreinitialization
@Beta public interface BootstrapPreinitialization
The entry point for pre-initialize Jersey during bootstrap. Register the beans that are not recognized by the injection framework to be injected in runtime. Register beans for the specific runtime type into the
AbstractBinder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregister(RuntimeType runtimeType, AbstractBinder binder)Manually register beans that are not automatically recognised by the injection framework.
-
-
-
Method Detail
-
register
void register(RuntimeType runtimeType, AbstractBinder binder)
Manually register beans that are not automatically recognised by the injection framework.- Parameters:
runtimeType-binder-
-
-