Class InjectionCollection
- java.lang.Object
-
- org.eclipse.jetty.plus.annotation.InjectionCollection
-
public class InjectionCollection extends Object
InjectionCollection
-
-
Field Summary
Fields Modifier and Type Field Description static StringINJECTION_COLLECTION
-
Constructor Summary
Constructors Constructor Description InjectionCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Injection injection)InjectiongetInjection(String jndiName, Class<?> clazz, Field field)InjectiongetInjection(String jndiName, Class<?> clazz, Method method, Class<?> paramClass)List<Injection>getInjections(String className)voidinject(Object injectable)
-
-
-
Field Detail
-
INJECTION_COLLECTION
public static final String INJECTION_COLLECTION
- See Also:
- Constant Field Values
-
-