Uses of Class
org.jboss.weld.annotated.slim.backed.BackedAnnotatedType
-
Packages that use BackedAnnotatedType Package Description org.jboss.weld.annotated.slim.backed org.jboss.weld.bootstrap.events org.jboss.weld.resources -
-
Uses of BackedAnnotatedType in org.jboss.weld.annotated.slim.backed
Fields in org.jboss.weld.annotated.slim.backed declared as BackedAnnotatedType Modifier and Type Field Description protected BackedAnnotatedType<X>BackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy. typeMethods in org.jboss.weld.annotated.slim.backed that return BackedAnnotatedType Modifier and Type Method Description BackedAnnotatedType<X>BackedAnnotatedMember. getDeclaringType()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)Methods in org.jboss.weld.annotated.slim.backed with parameters of type BackedAnnotatedType Modifier and Type Method Description 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)Constructors in org.jboss.weld.annotated.slim.backed with parameters of type BackedAnnotatedType Constructor Description 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)BackedAnnotatedMemberSerializationProxy(BackedAnnotatedType<X> type, AbstractSerializableHolder<? extends Member> memberHolder)BackedAnnotatedMethod(Method method, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache) -
Uses of BackedAnnotatedType in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events with parameters of type BackedAnnotatedType Modifier and Type Method Description protected booleanProcessAnnotatedTypeEventResolvable. containsAnnotation(BackedAnnotatedType<?> annotatedType, Collection<Class<? extends Annotation>> requiredAnnotations)booleanRequiredAnnotationDiscovery. containsAnnotation(BackedAnnotatedType<?> annotatedType, Class<? extends Annotation> requiredAnnotation)Indicates whether the given class contains an annotation of the given annotation type. -
Uses of BackedAnnotatedType in org.jboss.weld.resources
Methods in org.jboss.weld.resources that return BackedAnnotatedType Modifier and Type Method Description <T> BackedAnnotatedType<T>ClassTransformer. getBackedAnnotatedType(Class<T> rawType, Type baseType, String bdaId, String suffix)<T> BackedAnnotatedType<T>ClassTransformer. getBackedAnnotatedType(Class<T> rawType, String bdaId)<T> BackedAnnotatedType<T>ClassTransformer. getBackedAnnotatedType(Class<T> rawType, String bdaId, String suffix)
-