Interface BootstrapPreinitialization
-
@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(jakarta.ws.rs.RuntimeType runtimeType, org.glassfish.jersey.internal.inject.AbstractBinder binder)Manually register beans that are not automatically recognised by the injection framework.
-