Uses of Class
org.jboss.weld.annotated.slim.backed.BackedAnnotatedType
-
Packages that use BackedAnnotatedType Package Description org.jboss.weld.annotated.slim.backed 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 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, 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> javax.enterprise.inject.spi.AnnotatedConstructor<X>BackedAnnotatedConstructor. of(Constructor<X> constructor, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)static <X,Y extends X>
javax.enterprise.inject.spi.AnnotatedField<X>BackedAnnotatedField. of(Field field, BackedAnnotatedType<Y> declaringType, SharedObjectCache sharedObjectCache)static <X,Y extends X>
javax.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 BackedAnnotatedType Constructor Description BackedAnnotatedCallable(M member, 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)<T> BackedAnnotatedType<T>ClassTransformer. getBackedAnnotatedType(Class<T> rawType, String bdaId)
-