Uses of Class
org.jboss.weld.resources.SharedObjectCache
-
Packages that use SharedObjectCache Package Description org.jboss.weld.annotated.slim.backed org.jboss.weld.annotated.slim.unbacked org.jboss.weld.resources -
-
Uses of SharedObjectCache in org.jboss.weld.annotated.slim.backed
Methods in org.jboss.weld.annotated.slim.backed with parameters of type SharedObjectCache Modifier and Type Method Description static <X> List<AnnotatedParameter<X>>BackedAnnotatedParameter. forExecutable(Executable executable, BackedAnnotatedCallable<X,?> declaringCallable, SharedObjectCache cache)protected List<AnnotatedParameter<X>>BackedAnnotatedCallable. initParameters(E member, SharedObjectCache sharedObjectCache)protected List<AnnotatedParameter<X>>BackedAnnotatedConstructor. initParameters(Constructor<X> member, SharedObjectCache sharedObjectCache)protected LazyValueHolder<Set<Type>>BackedAnnotated. initTypeClosure(Type baseType, SharedObjectCache cache)protected LazyValueHolder<Set<Type>>BackedAnnotatedType. initTypeClosure(Type baseType, SharedObjectCache cache)static <X> AnnotatedConstructor<X>BackedAnnotatedConstructor. of(Constructor<X> constructor, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)static <X,Y extends X>
AnnotatedField<X>BackedAnnotatedField. of(Field field, BackedAnnotatedType<Y> declaringType, SharedObjectCache sharedObjectCache)static <X,Y extends X>
AnnotatedMethod<X>BackedAnnotatedMethod. of(Method method, BackedAnnotatedType<Y> declaringType, SharedObjectCache sharedObjectCache)static <X> AnnotatedParameter<X>BackedAnnotatedParameter. of(Parameter parameter, int position, BackedAnnotatedCallable<X,?> declaringCallable, SharedObjectCache sharedObjectCache)static <X> BackedAnnotatedType<X>BackedAnnotatedType. of(Class<X> javaClass, Type baseType, 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, String suffix)static <X> BackedAnnotatedType<X>BackedAnnotatedType. of(Class<X> javaClass, SharedObjectCache sharedObjectCache, ReflectionCache reflectionCache, String contextId, String bdaId)Constructors in org.jboss.weld.annotated.slim.backed with parameters of type SharedObjectCache Constructor Description BackedAnnotated(Type baseType, SharedObjectCache sharedObjectCache)BackedAnnotatedCallable(E executable, 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) -
Uses of SharedObjectCache in org.jboss.weld.annotated.slim.unbacked
Methods in org.jboss.weld.annotated.slim.unbacked with parameters of type SharedObjectCache Modifier and Type Method Description static <X> UnbackedAnnotatedType<X>UnbackedAnnotatedType. additionalAnnotatedType(String contextId, AnnotatedType<X> source, String bdaId, String suffix, SharedObjectCache cache)static <X> UnbackedAnnotatedType<X>UnbackedAnnotatedType. modifiedAnnotatedType(SlimAnnotatedType<X> originalType, AnnotatedType<X> source, SharedObjectCache cache)static <X> AnnotatedConstructor<X>UnbackedAnnotatedConstructor. of(AnnotatedConstructor<X> originalConstructor, UnbackedAnnotatedType<X> declaringType, SharedObjectCache cache)static <X,Y extends X>
AnnotatedField<X>UnbackedAnnotatedField. of(AnnotatedField<X> originalField, UnbackedAnnotatedType<Y> declaringType, SharedObjectCache cache)static <X,Y extends X>
AnnotatedMethod<X>UnbackedAnnotatedMethod. of(AnnotatedMethod<X> originalMethod, UnbackedAnnotatedType<Y> declaringType, SharedObjectCache cache)Constructors in org.jboss.weld.annotated.slim.unbacked with parameters of type SharedObjectCache Constructor Description UnbackedAnnotatedConstructor(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType, List<AnnotatedParameter<X>> originalParameters, Constructor<X> constructor, SharedObjectCache cache)UnbackedAnnotatedMethod(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType, List<AnnotatedParameter<X>> originalParameters, Method method, SharedObjectCache cache) -
Uses of SharedObjectCache in org.jboss.weld.resources
Methods in org.jboss.weld.resources that return SharedObjectCache Modifier and Type Method Description SharedObjectCacheClassTransformer. getSharedObjectCache()static SharedObjectCacheSharedObjectCache. instance(BeanManagerImpl manager)Constructors in org.jboss.weld.resources with parameters of type SharedObjectCache Constructor Description ClassTransformer(TypeStore typeStore, SharedObjectCache cache, ReflectionCache reflectionCache, String contextId)
-