Class ServerBootstrapPreinitialization
- java.lang.Object
-
- org.glassfish.jersey.inject.weld.internal.managed.ServerBootstrapPreinitialization
-
- All Implemented Interfaces:
BootstrapPreinitialization
public class ServerBootstrapPreinitialization extends Object implements BootstrapPreinitialization
Jersey server side pre-initialization implementation.
-
-
Constructor Summary
Constructors Constructor Description ServerBootstrapPreinitialization()
-
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
-
-