|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WeldInjectionPoint<T,S>
Nested Class Summary | |
---|---|
static class |
WeldInjectionPoint.WeldInjectionPointSerializationProxy<T,S>
|
Field Summary |
---|
Fields inherited from interface org.jboss.weld.introspector.WeldAnnotated |
---|
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS |
Method Summary | |
---|---|
WeldClass<?> |
getDeclaringType()
|
void |
inject(Object declaringInstance,
Object value)
Injects an instance |
Methods inherited from interface javax.enterprise.inject.spi.InjectionPoint |
---|
getAnnotated, getBean, getMember, getQualifiers, getType, isDelegate, isTransient |
Methods inherited from interface org.jboss.weld.introspector.WeldAnnotated |
---|
getActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isParameterizedType, isPrimitive, isPrivate, isPublic, isStatic |
Methods inherited from interface javax.enterprise.inject.spi.Annotated |
---|
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent |
Method Detail |
---|
WeldClass<?> getDeclaringType()
void inject(Object declaringInstance, Object value)
declaringInstance
- The instance to inject intovalue
- The value to inject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |