Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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(Constructor<X> constructor,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Set<AnnotatedConstructor<X>> |
UnbackedAnnotatedType.getConstructors() |
Modifier and Type | Method and Description |
---|---|
static <X> AnnotatedConstructor<X> |
UnbackedAnnotatedConstructor.of(AnnotatedConstructor<X> originalConstructor,
UnbackedAnnotatedType<X> declaringType) |
Modifier and Type | Method and Description |
---|---|
T |
AroundConstructCallback.aroundConstruct(ConstructionHandle<T> handle,
AnnotatedConstructor<T> constructor,
Object[] parameters,
Map<String,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() |
Constructor and Description |
---|
InterceptionModelInitializer(BeanManagerImpl manager,
EnhancedAnnotatedType<T> annotatedType,
AnnotatedConstructor<T> constructor,
Bean<?> bean) |
Modifier and Type | Method and Description |
---|---|
static <X> String |
AnnotatedTypes.createTypeId(Class<X> clazz,
Collection<Annotation> annotations,
Collection<AnnotatedMethod<? super X>> methods,
Collection<AnnotatedField<? super X>> fields,
Collection<AnnotatedConstructor<X>> constructors)
Generates a unique signature for a concrete class
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingAnnotatedConstructor<X>
Forwarding implementation of
AnnotatedConstructor . |
class |
ForwardingWeldConstructor<T> |
Modifier and Type | Method and Description |
---|---|
protected abstract AnnotatedConstructor<X> |
ForwardingAnnotatedConstructor.delegate() |
AnnotatedConstructor<T> |
ForwardingWeldConstructor.slim() |
Modifier and Type | Method and Description |
---|---|
Set<AnnotatedConstructor<T>> |
ForwardingWeldClass.getConstructors() |
Set<AnnotatedConstructor<X>> |
ForwardingAnnotatedType.getConstructors() |
Modifier and Type | Method and Description |
---|---|
static String |
Formats.formatAnnotatedConstructor(AnnotatedConstructor<?> constructor) |
Copyright © 2013 Seam Framework. All Rights Reserved.