| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| org.jboss.weld.annotated.enhanced |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.annotated.enhanced.jlr |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.annotated.runtime |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.annotated.slim.backed |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.annotated.slim.unbacked |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.bean |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.bootstrap.events |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.injection |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.injection.producer |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.manager |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.metadata.cache |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.serialization |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.util |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.util.annotated |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.util.reflection |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedMethod<X> |
ProcessObserverMethod.getAnnotatedMethod()
The
AnnotatedMethod representing the observer method. |
AnnotatedMethod<T> |
ProcessProducerMethod.getAnnotatedProducerMethod()
Returns the
AnnotatedMethod representing the producer method. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AnnotatedMethod<? super X>> |
AnnotatedType.getMethods()
Get the methods of the type.
|
| Modifier and Type | Method and Description |
|---|---|
<X> ProducerFactory<X> |
BeanManager.getProducerFactory(AnnotatedMethod<? super X> method,
Bean<X> declaringBean)
An implementation of
ProducerFactory that provides container created Producer instances for the given
method. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EnhancedAnnotatedMethod<T,X>
AnnotatedType provides a uniform access to the annotations on an annotated
class defined either in Java or XML
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedMethod<X> |
EnhancedAnnotatedMethod.slim()
Returns a lightweight implementation of
AnnotatedMethod with minimal memory footprint. |
| Modifier and Type | Class and Description |
|---|---|
class |
EnhancedAnnotatedMethodImpl<T,X>
Represents an annotated method
This class is immutable and therefore threadsafe
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedMethod<X> |
EnhancedAnnotatedMethodImpl.slim() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AnnotatedMethod<? super T>> |
EnhancedAnnotatedTypeImpl.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
static MethodSignature |
MethodSignatureImpl.of(AnnotatedMethod<?> method) |
static <T,X,Y extends X> |
EnhancedAnnotatedMethodImpl.of(AnnotatedMethod<X> annotatedMethod,
EnhancedAnnotatedType<Y> declaringClass,
ClassTransformer classTransformer) |
| Constructor and Description |
|---|
MethodSignatureImpl(AnnotatedMethod<?> method) |
| Modifier and Type | Class and Description |
|---|---|
class |
InvokableAnnotatedMethod<T>
An implementation of
AnnotatedMethod used at runtime for invoking Java methods. |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedMethod<T> |
InvokableAnnotatedMethod.delegate() |
| Modifier and Type | Method and Description |
|---|---|
static <T> InvokableAnnotatedMethod<T> |
InvokableAnnotatedMethod.of(AnnotatedMethod<T> delegate) |
| Constructor and Description |
|---|
InvokableAnnotatedMethod(AnnotatedMethod<T> annotatedMethod) |
| Modifier and Type | Class and Description |
|---|---|
class |
BackedAnnotatedMethod<X> |
| Modifier and Type | Method and Description |
|---|---|
static <X,Y extends X> |
BackedAnnotatedMethod.of(java.lang.reflect.Method method,
BackedAnnotatedType<Y> declaringType,
SharedObjectCache sharedObjectCache) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AnnotatedMethod<? super X>> |
BackedAnnotatedType.getMethods() |
| Modifier and Type | Class and Description |
|---|---|
class |
UnbackedAnnotatedMethod<X> |
| Modifier and Type | Method and Description |
|---|---|
static <X,Y extends X> |
UnbackedAnnotatedMethod.of(AnnotatedMethod<X> originalMethod,
UnbackedAnnotatedType<Y> declaringType,
SharedObjectCache cache) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AnnotatedMethod<? super X>> |
UnbackedAnnotatedType.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
static <X,Y extends X> |
UnbackedAnnotatedMethod.of(AnnotatedMethod<X> originalMethod,
UnbackedAnnotatedType<Y> declaringType,
SharedObjectCache cache) |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedMethod<? super X> |
ProducerMethod.getAnnotated() |
AnnotatedMethod<? super X> |
DisposalMethod.getAnnotated() |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedMethod<X> |
ProcessObserverMethodImpl.getAnnotatedMethod() |
AnnotatedMethod<T> |
ProcessProducerMethodImpl.getAnnotatedProducerMethod() |
| Modifier and Type | Method and Description |
|---|---|
static <T,X> ObserverMethod<T> |
ProcessObserverMethodImpl.fire(BeanManagerImpl beanManager,
AnnotatedMethod<X> beanMethod,
ObserverMethod<T> observerMethod) |
| Modifier and Type | Method and Description |
|---|---|
abstract AnnotatedMethod<X> |
MethodInjectionPoint.getAnnotated() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AnnotatedMethod<? super T>> |
NoopLifecycleCallbackInvoker.getPostConstructMethods() |
java.util.List<AnnotatedMethod<? super T>> |
NoopLifecycleCallbackInvoker.getPreDestroyMethods() |
| Modifier and Type | Method and Description |
|---|---|
<X> MethodProducerFactory<X> |
BeanManagerImpl.getProducerFactory(AnnotatedMethod<? super X> method,
Bean<X> declaringBean) |
| Constructor and Description |
|---|
MethodProducerFactory(AnnotatedMethod<? super X> method,
Bean<X> declaringBean,
BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AnnotatedMethod<?>> |
AbstractBindingModel.getNonBindingMembers()
Gets the non-binding types
|
| Modifier and Type | Method and Description |
|---|---|
static MethodHolder |
MethodHolder.of(AnnotatedMethod<?> method) |
| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.List<AnnotatedMethod<? super T>> |
BeanMethods.getPostConstructMethods(EnhancedAnnotatedType<T> type) |
static <T> java.util.List<AnnotatedMethod<? super T>> |
BeanMethods.getPreDestroyMethods(EnhancedAnnotatedType<T> type) |
| Modifier and Type | Method and Description |
|---|---|
<X> ProducerFactory<X> |
ForwardingBeanManager.getProducerFactory(AnnotatedMethod<? super X> method,
Bean<X> declaringBean) |
| Modifier and Type | Method and Description |
|---|---|
static <X> java.lang.String |
AnnotatedTypes.createTypeId(java.lang.Class<X> clazz,
java.util.Collection<java.lang.annotation.Annotation> annotations,
java.util.Collection<AnnotatedMethod<? super X>> methods,
java.util.Collection<AnnotatedField<? super X>> fields,
java.util.Collection<AnnotatedConstructor<X>> constructors)
Generates a unique signature for a concrete class
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingAnnotatedMethod<X>
Forwarding implementation of
AnnotatedMethod. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AnnotatedMethod<X> |
ForwardingAnnotatedMethod.delegate() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AnnotatedMethod<? super X>> |
ForwardingAnnotatedType.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
Formats.formatAnnotatedMethod(AnnotatedMethod<?> method) |
Copyright © 2015. All Rights Reserved.