| 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.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.construction.api | |
| org.jboss.weld.injection |
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 |
|---|---|
java.util.Set<AnnotatedConstructor<X>> |
AnnotatedType.getConstructors()
Get the constructors of the type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EnhancedAnnotatedConstructor<T>
Represents a Class Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedConstructor<T> |
EnhancedAnnotatedConstructor.slim()
Returns a lightweight implementation of
AnnotatedConstructor with minimal memory footprint. |
| Modifier and Type | Class and Description |
|---|---|
class |
EnhancedAnnotatedConstructorImpl<T>
Represents an annotated constructor
This class is immutable, and therefore threadsafe
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedConstructor<T> |
EnhancedAnnotatedConstructorImpl.slim() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AnnotatedConstructor<T>> |
EnhancedAnnotatedTypeImpl.getConstructors() |
| Modifier and Type | Method and Description |
|---|---|
static <T> EnhancedAnnotatedConstructor<T> |
EnhancedAnnotatedConstructorImpl.of(AnnotatedConstructor<T> annotatedConstructor,
EnhancedAnnotatedType<T> declaringClass,
ClassTransformer classTransformer) |
| Modifier and Type | Class and Description |
|---|---|
class |
BackedAnnotatedConstructor<X> |
| Modifier and Type | Method and Description |
|---|---|
static <X> AnnotatedConstructor<X> |
BackedAnnotatedConstructor.of(java.lang.reflect.Constructor<X> constructor,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AnnotatedConstructor<X>> |
BackedAnnotatedType.getConstructors() |
| Modifier and Type | Class and Description |
|---|---|
class |
UnbackedAnnotatedConstructor<X> |
| Modifier and Type | Method and Description |
|---|---|
static <X> AnnotatedConstructor<X> |
UnbackedAnnotatedConstructor.of(AnnotatedConstructor<X> originalConstructor,
UnbackedAnnotatedType<X> declaringType,
SharedObjectCache cache) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AnnotatedConstructor<X>> |
UnbackedAnnotatedType.getConstructors() |
| Modifier and Type | Method and Description |
|---|---|
static <X> AnnotatedConstructor<X> |
UnbackedAnnotatedConstructor.of(AnnotatedConstructor<X> originalConstructor,
UnbackedAnnotatedType<X> declaringType,
SharedObjectCache cache) |
| Modifier and Type | Method and Description |
|---|---|
T |
AroundConstructCallback.aroundConstruct(ConstructionHandle<T> handle,
AnnotatedConstructor<T> constructor,
java.lang.Object[] parameters,
java.util.Map<java.lang.String,java.lang.Object> data)
The method is called during component creation, allowing an integrator to perform additional steps (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedConstructor<T> |
ConstructorInjectionPoint.getAnnotated() |
AnnotatedConstructor<T> |
ProxyClassConstructorInjectionPointWrapper.getComponentConstructor() |
AnnotatedConstructor<T> |
ConstructorInjectionPoint.getComponentConstructor() |
| 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 | Method and Description |
|---|---|
java.util.Set<AnnotatedConstructor<X>> |
ForwardingAnnotatedType.getConstructors() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
Formats.formatAnnotatedConstructor(AnnotatedConstructor<?> constructor) |
Copyright © 2015. All Rights Reserved.