Uses of Interface
org.glassfish.hk2.api.MethodParameter
Packages that use MethodParameter
-
Uses of MethodParameter in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api with parameters of type MethodParameterModifier and TypeMethodDescriptionServiceLocator.assistedInject
(Object injectMe, Method method, MethodParameter... params) This will invoke the given method on the given object.ServiceLocator.assistedInject
(Object injectMe, Method method, ServiceHandle<?> root, MethodParameter... params) This will invoke the given method on the given object. -
Uses of MethodParameter in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement MethodParameterModifier and TypeClassDescriptionclass
An implementation ofMethodParameter
that has immutable position and value -
Uses of MethodParameter in org.jvnet.hk2.internal
Methods in org.jvnet.hk2.internal with parameters of type MethodParameterModifier and TypeMethodDescriptionServiceLocatorImpl.assistedInject
(Object injectMe, Method method, MethodParameter... params) ServiceLocatorImpl.assistedInject
(Object injectMe, Method method, ServiceHandle<?> root, MethodParameter... params) static Object
Utilities.justAssistedInject
(Object injectMe, Method method, ServiceLocatorImpl locator, ServiceHandle<?> root, MethodParameter... givenValues) Just injects this one methodMethod parameters in org.jvnet.hk2.internal with type arguments of type MethodParameterModifier and TypeMethodDescriptionstatic List
<SystemInjecteeImpl> Utilities.getMethodInjectees
(Class<?> actualClass, Method c, ActiveDescriptor<?> injecteeDescriptor, Map<Integer, MethodParameter> knownValues) Returns all the injectees for a constructor