JerseyClassAnalyzer.@Context injection annotation.InjectionManager that is able to delay service's registration
and injection to DelayedHk2InjectionManager.completeRegistration() phase.AbstractBinder that registers all components needed for a proper bootstrap of Jersey based on HK2 framework.InjectionManager instance using service loading and automatically initialize injection
manager using parent or immediately registers binder.InjectionManager that is able to register and inject services.InjectionResolver to make HK2 version of this
provided functionality.HK2 Factory and JDK Supplier.Hk2InjectionManagerFactory.HK2_INJECTION_MANAGER_STRATEGY and returns true if the current HK2 Strategy is
"immediate".ClassAnalyzer that supports selection
of the constructor with largest number of parameters as defined in
and required by JAX-RS specification.ErrorService contract.RequestScope and provide request-scoped descriptors to HK2 DI provider to create or
destroy instances.Supplier of the particular type and use this Supplier to create a new
instance.Copyright © 2007-2019, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.