Package | Description |
---|---|
org.jboss.weld.injection |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
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,
javax.enterprise.inject.spi.Bean<?> declaringBean,
Class<?> declaringComponentClass,
Class<? extends Annotation> specialParameterMarker,
BeanManagerImpl manager) |
Constructor and Description |
---|
MethodInjectionPoint(MethodInjectionPoint.MethodInjectionPointType methodInjectionPointType,
EnhancedAnnotatedCallable<T,X,Method> callable,
javax.enterprise.inject.spi.Bean<?> declaringBean,
Class<?> declaringComponentClass,
InjectionPointFactory factory,
BeanManagerImpl manager) |
Copyright © 2021. All rights reserved.