Uses of Interface
org.glassfish.hk2.api.Injectee
Packages that use Injectee
Package
Description
-
Uses of Injectee in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return InjecteeModifier and TypeMethodDescriptionErrorInformation.getInjectee()This will contain information about the Injectee that was being injected into when the error occurred.UnsatisfiedDependencyException.getInjectee()Returns the injectee that is unsatisfiedValidationInformation.getInjectee()On a LOOKUP operation if the lookup is being performed due to an injection point (as opposed to a lookup via the API) then this method will return a non-nullInjecteethat is the injection point that would be injected intoInstantiationData.getParentInjectee()Returns theInjecteeof the service that is being instantiated with thisFactory.provide()methodMethods in org.glassfish.hk2.api that return types with arguments of type InjecteeModifier and TypeMethodDescriptionActiveDescriptor.getInjectees()Returns the full list of Injectees this class has.InstanceLifecycleEvent.getKnownInjectees()A map from the Injectee to the object actually used in the production, if known.Methods in org.glassfish.hk2.api with parameters of type InjecteeModifier and TypeMethodDescriptionServiceLocator.getInjecteeDescriptor(Injectee injectee) This method will first find a descriptor for this injectee, and then reify that descriptor.<T> TServiceLocator.getService(ActiveDescriptor<T> activeDescriptor, ServiceHandle<?> root, Injectee injectee) This method should be called by code resolving injectee's on behalf of some root service, usually by an implementation ofInjectionResolver.resolve(Injectee, ServiceHandle).<T> ServiceHandle<T> ServiceLocator.getServiceHandle(ActiveDescriptor<T> activeDescriptor, Injectee injectee) Gets aServiceHandlethat can be used to get and destroy the service described by theActiveDescriptor.booleanJustInTimeInjectionResolver.justInTimeResolution(Injectee failedInjectionPoint) This method will be called whenever an injection point cannot be resolved.ServiceLocator.reifyDescriptor(Descriptor descriptor, Injectee injectee) Converts a descriptor to an ActiveDescriptor.InjectionResolver.resolve(Injectee injectee, ServiceHandle<?> root) This method will return the object that should be injected into the given injection point.Constructors in org.glassfish.hk2.api with parameters of type InjecteeModifierConstructorDescriptionUnsatisfiedDependencyException(Injectee injectee) Constructs the exception with the given injectee -
Uses of Injectee in org.glassfish.hk2.configuration.internal
Methods in org.glassfish.hk2.configuration.internal that return types with arguments of type InjecteeMethods in org.glassfish.hk2.configuration.internal with parameters of type InjecteeModifier and TypeMethodDescriptionChildInjectResolverImpl.resolve(Injectee injectee, ServiceHandle<?> root) ConfiguredByInjectionResolver.resolve(Injectee injectee, ServiceHandle<?> root) -
Uses of Injectee in org.glassfish.hk2.extras.hk2bridge.internal
Methods in org.glassfish.hk2.extras.hk2bridge.internal that return types with arguments of type Injectee -
Uses of Injectee in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement InjecteeModifier and TypeClassDescriptionclassThis is a writeable version of the Injectee interface.Methods in org.glassfish.hk2.utilities that return types with arguments of type InjecteeModifier and TypeMethodDescriptionAbstractActiveDescriptor.getInjectees()AliasDescriptor.getInjectees()Methods in org.glassfish.hk2.utilities with parameters of type InjecteeModifier and TypeMethodDescriptionbooleanGreedyResolver.justInTimeResolution(Injectee failedInjectionPoint) Constructors in org.glassfish.hk2.utilities with parameters of type InjecteeModifierConstructorDescriptionInjecteeImpl(Injectee copyMe) This is the copy constructor, which will copy all the values from the incoming Injectee -
Uses of Injectee in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement InjecteeModifier and TypeClassDescriptionclassThis is an implementation of Injectee that is used by the system.Methods in org.jvnet.hk2.internal that return InjecteeModifier and TypeMethodDescriptionErrorInformationImpl.getInjectee()ValidationInformationImpl.getInjectee()ServiceHandleImpl.getOriginalRequest()Methods in org.jvnet.hk2.internal that return types with arguments of type InjecteeModifier and TypeMethodDescriptionAutoActiveDescriptor.getInjectees()ClazzCreator.getInjectees()Creator.getInjectees()Returns all the injectees needed prior to creating this objectFactoryCreator.getInjectees()SystemDescriptor.getInjectees()InstanceLifecycleEventImpl.getKnownInjectees()Methods in org.jvnet.hk2.internal with parameters of type InjecteeModifier and TypeMethodDescriptionstatic <T> TUtilities.createService(ActiveDescriptor<T> root, Injectee injectee, ServiceLocatorImpl locator, ServiceHandle<T> handle, Class<?> requestedClass) Creates the service (without the need for an intermediate ServiceHandle to be created)<T> TProxyUtilities.generateProxy(Class<?> requestedClass, ServiceLocatorImpl locator, ActiveDescriptor<T> root, ServiceHandleImpl<T> handle, Injectee injectee) ServiceLocatorImpl.getInjecteeDescriptor(Injectee injectee) PerLocatorUtilities.getInjectionResolver(ServiceLocatorImpl locator, Injectee injectee) Returns an injection resolver for the injectee<T> TServiceLocatorImpl.getService(ActiveDescriptor<T> activeDescriptor, ServiceHandle<?> root, Injectee originalRequest) <T> ServiceHandle<T> ServiceLocatorImpl.getServiceHandle(ActiveDescriptor<T> activeDescriptor, Injectee injectee) static Class<?> Load the given class for the given injectee.voidServiceHandleImpl.pushInjectee(Injectee push) voidInstantiationServiceImpl.pushInjecteeParent(Injectee injectee) ServiceLocatorImpl.reifyDescriptor(Descriptor descriptor, Injectee injectee) ThreeThirtyResolver.resolve(Injectee injectee, ServiceHandle<?> root) Constructors in org.jvnet.hk2.internal with parameters of type InjecteeModifierConstructorDescriptionValidationInformationImpl(Operation operation, ActiveDescriptor<?> candidate, Injectee injectee, Filter filter) Creates the validation information -
Uses of Injectee in org.jvnet.hk2.testing.junit.internal
Methods in org.jvnet.hk2.testing.junit.internal with parameters of type InjecteeModifier and TypeMethodDescriptionprotected booleanReturnstrueif the suppliedInjecteerepresents a service lookup rather than a true injection point.booleanJustInTimeInjectionResolverImpl.justInTimeResolution(Injectee failedInjectionPoint)