| Package | Description |
|---|---|
| org.jboss.weld.injection |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| Modifier and Type | Field and Description |
|---|---|
protected MethodInjectionPoint.MethodInjectionPointType |
MethodInjectionPoint.type |
| Modifier and Type | Method and Description |
|---|---|
static MethodInjectionPoint.MethodInjectionPointType |
MethodInjectionPoint.MethodInjectionPointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodInjectionPoint.MethodInjectionPointType[] |
MethodInjectionPoint.MethodInjectionPointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T,X> MethodInjectionPoint<T,X> |
InjectionPointFactory.createMethodInjectionPoint(MethodInjectionPoint.MethodInjectionPointType methodInjectionPointType,
EnhancedAnnotatedMethod<T,X> enhancedMethod,
Bean<?> declaringBean,
Class<?> declaringComponentClass,
Class<? extends Annotation> specialParameterMarker,
BeanManagerImpl manager) |
| Constructor and Description |
|---|
MethodInjectionPoint(MethodInjectionPoint.MethodInjectionPointType methodInjectionPointType,
EnhancedAnnotatedCallable<T,X,Method> callable,
Bean<?> declaringBean,
Class<?> declaringComponentClass,
InjectionPointFactory factory,
BeanManagerImpl manager) |
Copyright © 2016. All Rights Reserved.