Uses of Class
org.jboss.weld.annotated.slim.backed.BackedAnnotatedType
Packages that use BackedAnnotatedType
Package
Description
-
Uses of BackedAnnotatedType in org.jboss.weld.annotated.slim.backed
Fields in org.jboss.weld.annotated.slim.backed declared as BackedAnnotatedTypeModifier and TypeFieldDescriptionprotected final BackedAnnotatedType<X>BackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy.typeMethods in org.jboss.weld.annotated.slim.backed that return BackedAnnotatedTypeModifier and TypeMethodDescriptionBackedAnnotatedMember.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 BackedAnnotatedTypeModifier and TypeMethodDescriptionstatic <X> jakarta.enterprise.inject.spi.AnnotatedConstructor<X>BackedAnnotatedConstructor.of(Constructor<X> constructor, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache) static <X,Y extends X>
jakarta.enterprise.inject.spi.AnnotatedField<X>BackedAnnotatedField.of(Field field, BackedAnnotatedType<Y> declaringType, SharedObjectCache sharedObjectCache) static <X,Y extends X>
jakarta.enterprise.inject.spi.AnnotatedMethod<X>BackedAnnotatedMethod.of(Method method, BackedAnnotatedType<Y> declaringType, SharedObjectCache sharedObjectCache) Constructors in org.jboss.weld.annotated.slim.backed with parameters of type BackedAnnotatedTypeModifierConstructorDescriptionBackedAnnotatedCallable(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 BackedAnnotatedTypeModifier and TypeMethodDescriptionprotected 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 BackedAnnotatedTypeModifier and TypeMethodDescription<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)