@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.
| Modifier and Type | Method and Description |
|---|---|
void |
register(RuntimeType runtimeType,
org.glassfish.jersey.internal.inject.AbstractBinder binder)
Manually register beans that are not automatically recognised by the injection framework.
|
void register(RuntimeType runtimeType, org.glassfish.jersey.internal.inject.AbstractBinder binder)
runtimeType - binder - Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.