Uses of Class
org.jvnet.hk2.internal.SystemInjecteeImpl
Packages that use SystemInjecteeImpl
-
Uses of SystemInjecteeImpl in org.jvnet.hk2.internal
Methods in org.jvnet.hk2.internal that return types with arguments of type SystemInjecteeImplModifier and TypeMethodDescriptionstatic List<SystemInjecteeImpl>Utilities.getConstructorInjectees(Constructor<?> c, org.glassfish.hk2.api.ActiveDescriptor<?> injecteeDescriptor) Returns all the injectees for a constructorstatic List<SystemInjecteeImpl>Utilities.getFieldInjectees(Class<?> actualClass, Field f, org.glassfish.hk2.api.ActiveDescriptor<?> injecteeDescriptor) Returns the injectees for a fieldstatic List<SystemInjecteeImpl>Utilities.getMethodInjectees(Class<?> actualClass, Method c, org.glassfish.hk2.api.ActiveDescriptor<?> injecteeDescriptor) Returns all the injectees for a constructorstatic List<SystemInjecteeImpl>Utilities.getMethodInjectees(Class<?> actualClass, Method c, org.glassfish.hk2.api.ActiveDescriptor<?> injecteeDescriptor, Map<Integer, org.glassfish.hk2.api.MethodParameter> knownValues) Returns all the injectees for a constructorMethod parameters in org.jvnet.hk2.internal with type arguments of type SystemInjecteeImplModifier and TypeMethodDescriptionstatic voidUtilities.validateSelfInjectees(org.glassfish.hk2.api.ActiveDescriptor<?> givenDescriptor, List<SystemInjecteeImpl> injectees, Collector collector) This method validates a list of injectees to ensure that any self injectees have the proper set of requirements.