Uses of Class
org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotatedType
-
Packages that use UnbackedAnnotatedType Package Description org.jboss.weld.annotated.slim.unbacked JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bootstrap.events JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.resources JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of UnbackedAnnotatedType in org.jboss.weld.annotated.slim.unbacked
Methods in org.jboss.weld.annotated.slim.unbacked that return UnbackedAnnotatedType Modifier and Type Method Description static <X> UnbackedAnnotatedType<X>UnbackedAnnotatedType. additionalAnnotatedType(String contextId, javax.enterprise.inject.spi.AnnotatedType<X> source, String bdaId, String suffix, SharedObjectCache cache)UnbackedAnnotatedType<X>UnbackedAnnotatedMember. getDeclaringType()UnbackedAnnotatedType<X>UnbackedMemberIdentifier. getType()static <X> UnbackedAnnotatedType<X>UnbackedAnnotatedType. modifiedAnnotatedType(SlimAnnotatedType<X> originalType, javax.enterprise.inject.spi.AnnotatedType<X> source, SharedObjectCache cache)Methods in org.jboss.weld.annotated.slim.unbacked with parameters of type UnbackedAnnotatedType Modifier and Type Method Description static <X> javax.enterprise.inject.spi.AnnotatedConstructor<X>UnbackedAnnotatedConstructor. of(javax.enterprise.inject.spi.AnnotatedConstructor<X> originalConstructor, UnbackedAnnotatedType<X> declaringType, SharedObjectCache cache)static <X,Y extends X>
javax.enterprise.inject.spi.AnnotatedField<X>UnbackedAnnotatedField. of(javax.enterprise.inject.spi.AnnotatedField<X> originalField, UnbackedAnnotatedType<Y> declaringType, SharedObjectCache cache)static <X,Y extends X>
javax.enterprise.inject.spi.AnnotatedMethod<X>UnbackedAnnotatedMethod. of(javax.enterprise.inject.spi.AnnotatedMethod<X> originalMethod, UnbackedAnnotatedType<Y> declaringType, SharedObjectCache cache)Constructors in org.jboss.weld.annotated.slim.unbacked with parameters of type UnbackedAnnotatedType Constructor Description UnbackedAnnotatedConstructor(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType, List<javax.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<javax.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 UnbackedAnnotatedType Modifier and Type Method Description protected 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 UnbackedAnnotatedType Modifier and Type Method Description UnbackedAnnotatedType<? extends Annotation>ClassTransformer. getSyntheticAnnotationAnnotatedType(Class<? extends Annotation> annotationType)<T> UnbackedAnnotatedType<T>ClassTransformer. getUnbackedAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<T> source, String bdaId, String suffix)<T> UnbackedAnnotatedType<T>ClassTransformer. getUnbackedAnnotatedType(SlimAnnotatedType<T> originalType, javax.enterprise.inject.spi.AnnotatedType<T> source)
-