Uses of Interface
org.glassfish.hk2.api.MethodParameter
-
Packages that use MethodParameter Package Description org.glassfish.hk2.api org.glassfish.hk2.utilities org.jvnet.hk2.internal -
-
Uses of MethodParameter in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api with parameters of type MethodParameter Modifier and Type Method Description java.lang.Object
ServiceLocator. assistedInject(java.lang.Object injectMe, java.lang.reflect.Method method, MethodParameter... params)
This will invoke the given method on the given object.java.lang.Object
ServiceLocator. assistedInject(java.lang.Object injectMe, java.lang.reflect.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 MethodParameter Modifier and Type Class Description class
MethodParameterImpl
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 MethodParameter Modifier and Type Method Description java.lang.Object
ServiceLocatorImpl. assistedInject(java.lang.Object injectMe, java.lang.reflect.Method method, MethodParameter... params)
java.lang.Object
ServiceLocatorImpl. assistedInject(java.lang.Object injectMe, java.lang.reflect.Method method, ServiceHandle<?> root, MethodParameter... params)
static java.lang.Object
Utilities. justAssistedInject(java.lang.Object injectMe, java.lang.reflect.Method method, ServiceLocatorImpl locator, ServiceHandle<?> root, MethodParameter... givenValues)
Just injects this one methodMethod parameters in org.jvnet.hk2.internal with type arguments of type MethodParameter Modifier and Type Method Description static java.util.List<SystemInjecteeImpl>
Utilities. getMethodInjectees(java.lang.Class<?> actualClass, java.lang.reflect.Method c, ActiveDescriptor<?> injecteeDescriptor, java.util.Map<java.lang.Integer,MethodParameter> knownValues)
Returns all the injectees for a constructor
-