Uses of Class
org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotatedType
Packages that use UnbackedAnnotatedType
Package
Description
-
Uses of UnbackedAnnotatedType in org.jboss.weld.annotated.slim.unbacked
Methods in org.jboss.weld.annotated.slim.unbacked that return UnbackedAnnotatedTypeModifier and TypeMethodDescriptionstatic <X> UnbackedAnnotatedType<X>UnbackedAnnotatedType.additionalAnnotatedType(String contextId, jakarta.enterprise.inject.spi.AnnotatedType<X> source, String bdaId, String suffix, SharedObjectCache cache) UnbackedAnnotatedMember.getDeclaringType()UnbackedMemberIdentifier.getType()static <X> UnbackedAnnotatedType<X>UnbackedAnnotatedType.modifiedAnnotatedType(SlimAnnotatedType<X> originalType, jakarta.enterprise.inject.spi.AnnotatedType<X> source, SharedObjectCache cache) Methods in org.jboss.weld.annotated.slim.unbacked with parameters of type UnbackedAnnotatedTypeModifier and TypeMethodDescriptionstatic <X> jakarta.enterprise.inject.spi.AnnotatedConstructor<X>UnbackedAnnotatedConstructor.of(jakarta.enterprise.inject.spi.AnnotatedConstructor<X> originalConstructor, UnbackedAnnotatedType<X> declaringType, SharedObjectCache cache) static <X,Y extends X>
jakarta.enterprise.inject.spi.AnnotatedField<X>UnbackedAnnotatedField.of(jakarta.enterprise.inject.spi.AnnotatedField<X> originalField, UnbackedAnnotatedType<Y> declaringType, SharedObjectCache cache) static <X,Y extends X>
jakarta.enterprise.inject.spi.AnnotatedMethod<X>UnbackedAnnotatedMethod.of(jakarta.enterprise.inject.spi.AnnotatedMethod<X> originalMethod, UnbackedAnnotatedType<Y> declaringType, SharedObjectCache cache) Constructors in org.jboss.weld.annotated.slim.unbacked with parameters of type UnbackedAnnotatedTypeModifierConstructorDescriptionUnbackedAnnotatedConstructor(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType, List<jakarta.enterprise.inject.spi.AnnotatedParameter<X>> originalParameters, Constructor<X> constructor, SharedObjectCache cache) UnbackedAnnotatedField(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, Field field, UnbackedAnnotatedType<X> declaringType) UnbackedAnnotatedMember(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType) UnbackedAnnotatedMethod(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType, List<jakarta.enterprise.inject.spi.AnnotatedParameter<X>> originalParameters, Method method, SharedObjectCache cache) UnbackedMemberIdentifier(UnbackedAnnotatedType<X> type, String memberId) -
Uses of UnbackedAnnotatedType in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events with parameters of type UnbackedAnnotatedTypeModifier and TypeMethodDescriptionprotected booleanProcessAnnotatedTypeEventResolvable.apply(UnbackedAnnotatedType<?> annotatedType, Class<? extends Annotation> requiredAnnotation) protected booleanProcessAnnotatedTypeEventResolvable.containsAnnotation(UnbackedAnnotatedType<?> annotatedType, Collection<Class<? extends Annotation>> requiredAnnotations) -
Uses of UnbackedAnnotatedType in org.jboss.weld.resources
Methods in org.jboss.weld.resources that return UnbackedAnnotatedTypeModifier and TypeMethodDescriptionUnbackedAnnotatedType<? extends Annotation>ClassTransformer.getSyntheticAnnotationAnnotatedType(Class<? extends Annotation> annotationType) <T> UnbackedAnnotatedType<T>ClassTransformer.getUnbackedAnnotatedType(jakarta.enterprise.inject.spi.AnnotatedType<T> source, String bdaId, String suffix) <T> UnbackedAnnotatedType<T>ClassTransformer.getUnbackedAnnotatedType(SlimAnnotatedType<T> originalType, jakarta.enterprise.inject.spi.AnnotatedType<T> source)