Class ClientBootstrapPreinitialization
- java.lang.Object
-
- org.glassfish.jersey.inject.weld.internal.managed.ClientBootstrapPreinitialization
-
- All Implemented Interfaces:
BootstrapPreinitialization
public class ClientBootstrapPreinitialization extends Object implements BootstrapPreinitialization
Jersey Client Runtime pre-initialization implementation.
-
-
Constructor Summary
Constructors Constructor Description ClientBootstrapPreinitialization()
-
Method Summary
All Methods Instance Methods Concrete 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
public void register(RuntimeType runtimeType, AbstractBinder binder)
Description copied from interface:BootstrapPreinitializationManually register beans that are not automatically recognised by the injection framework.- Specified by:
registerin interfaceBootstrapPreinitialization
-
-