Package | Description |
---|---|
org.jboss.weld.annotated.slim.backed | |
org.jboss.weld.annotated.slim.unbacked | |
org.jboss.weld.resources |
Modifier and Type | Method and Description |
---|---|
protected List<javax.enterprise.inject.spi.AnnotatedParameter<X>> |
BackedAnnotatedConstructor.initParameters(Constructor<X> member,
SharedObjectCache sharedObjectCache) |
protected List<javax.enterprise.inject.spi.AnnotatedParameter<X>> |
BackedAnnotatedMethod.initParameters(Method method,
SharedObjectCache sharedObjectCache) |
protected abstract List<javax.enterprise.inject.spi.AnnotatedParameter<X>> |
BackedAnnotatedCallable.initParameters(M member,
SharedObjectCache sharedObjectCache) |
protected LazyValueHolder<Set<Type>> |
BackedAnnotatedType.initTypeClosure(Type baseType,
SharedObjectCache cache) |
protected LazyValueHolder<Set<Type>> |
BackedAnnotated.initTypeClosure(Type baseType,
SharedObjectCache cache) |
static <X> BackedAnnotatedType<X> |
BackedAnnotatedType.of(Class<X> javaClass,
SharedObjectCache sharedObjectCache,
ReflectionCache reflectionCache,
String contextId,
String bdaId) |
static <X> BackedAnnotatedType<X> |
BackedAnnotatedType.of(Class<X> javaClass,
Type baseType,
SharedObjectCache sharedObjectCache,
ReflectionCache reflectionCache,
String contextId,
String bdaId) |
static <X> javax.enterprise.inject.spi.AnnotatedConstructor<X> |
BackedAnnotatedConstructor.of(Constructor<X> constructor,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
static <X,Y extends X> |
BackedAnnotatedField.of(Field field,
BackedAnnotatedType<Y> declaringType,
SharedObjectCache sharedObjectCache) |
static <X,Y extends X> |
BackedAnnotatedMethod.of(Method method,
BackedAnnotatedType<Y> declaringType,
SharedObjectCache sharedObjectCache) |
static <X> javax.enterprise.inject.spi.AnnotatedParameter<X> |
BackedAnnotatedParameter.of(Type baseType,
Annotation[] annotations,
int position,
BackedAnnotatedCallable<X,?> declaringCallable,
SharedObjectCache sharedObjectCache) |
Constructor and Description |
---|
BackedAnnotated(Type baseType,
SharedObjectCache sharedObjectCache) |
BackedAnnotatedCallable(M member,
Type baseType,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
BackedAnnotatedConstructor(Constructor<X> constructor,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
BackedAnnotatedField(Type baseType,
Field field,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
BackedAnnotatedMember(Type baseType,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
BackedAnnotatedMethod(Method method,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
BackedAnnotatedParameter(Type baseType,
Annotation[] annotations,
int position,
BackedAnnotatedCallable<X,?> declaringCallable,
SharedObjectCache sharedObjectCache) |
Modifier and Type | Method and Description |
---|---|
static <X> UnbackedAnnotatedType<X> |
UnbackedAnnotatedType.additionalAnnotatedType(String contextId,
javax.enterprise.inject.spi.AnnotatedType<X> source,
String bdaId,
String suffix,
SharedObjectCache cache) |
static <X> UnbackedAnnotatedType<X> |
UnbackedAnnotatedType.modifiedAnnotatedType(SlimAnnotatedType<X> originalType,
javax.enterprise.inject.spi.AnnotatedType<X> source,
SharedObjectCache cache) |
static <X> javax.enterprise.inject.spi.AnnotatedConstructor<X> |
UnbackedAnnotatedConstructor.of(javax.enterprise.inject.spi.AnnotatedConstructor<X> originalConstructor,
UnbackedAnnotatedType<X> declaringType,
SharedObjectCache cache) |
static <X,Y extends X> |
UnbackedAnnotatedField.of(javax.enterprise.inject.spi.AnnotatedField<X> originalField,
UnbackedAnnotatedType<Y> declaringType,
SharedObjectCache cache) |
static <X,Y extends X> |
UnbackedAnnotatedMethod.of(javax.enterprise.inject.spi.AnnotatedMethod<X> originalMethod,
UnbackedAnnotatedType<Y> declaringType,
SharedObjectCache cache) |
Constructor and Description |
---|
UnbackedAnnotatedConstructor(Type baseType,
Set<Type> typeClosure,
Set<Annotation> annotations,
UnbackedAnnotatedType<X> declaringType,
List<javax.enterprise.inject.spi.AnnotatedParameter<X>> originalParameters,
Constructor<X> constructor,
SharedObjectCache cache) |
UnbackedAnnotatedMethod(Type baseType,
Set<Type> typeClosure,
Set<Annotation> annotations,
UnbackedAnnotatedType<X> declaringType,
List<javax.enterprise.inject.spi.AnnotatedParameter<X>> originalParameters,
Method method,
SharedObjectCache cache) |
Modifier and Type | Method and Description |
---|---|
SharedObjectCache |
ClassTransformer.getSharedObjectCache() |
static SharedObjectCache |
SharedObjectCache.instance(BeanManagerImpl manager) |
Constructor and Description |
---|
ClassTransformer(TypeStore typeStore,
SharedObjectCache cache,
ReflectionCache reflectionCache,
String contextId) |
Copyright © 2016. All rights reserved.