Package | Description |
---|---|
org.jboss.weld.annotated.slim.backed | |
org.jboss.weld.resources |
Modifier and Type | Method and Description |
---|---|
protected List<AnnotatedParameter<X>> |
BackedAnnotatedConstructor.initParameters(Constructor<X> member,
SharedObjectCache sharedObjectCache) |
protected List<AnnotatedParameter<X>> |
BackedAnnotatedMethod.initParameters(Method method,
SharedObjectCache sharedObjectCache) |
protected abstract List<AnnotatedParameter<X>> |
BackedAnnotatedCallable.initParameters(M member,
SharedObjectCache sharedObjectCache) |
protected LazyValueHolder<Set<Type>> |
BackedAnnotatedParameter.initTypeClosure(Type baseType,
SharedObjectCache cache) |
protected LazyValueHolder<Set<Type>> |
BackedAnnotatedMember.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 bdaId) |
static <X> BackedAnnotatedType<X> |
BackedAnnotatedType.of(Class<X> javaClass,
Type baseType,
SharedObjectCache sharedObjectCache,
ReflectionCache reflectionCache,
String bdaId) |
static <X> 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> 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 |
---|---|
SharedObjectCache |
ClassTransformer.getSharedObjectCache() |
static SharedObjectCache |
SharedObjectCache.instance(BeanManagerImpl manager) |
Constructor and Description |
---|
ClassTransformer(TypeStore typeStore,
SharedObjectCache cache,
ReflectionCache reflectionCache) |
Copyright © 2013 Seam Framework. All Rights Reserved.