Uses of Interface
org.jboss.weld.annotated.enhanced.EnhancedAnnotatedCallable
-
Packages that use EnhancedAnnotatedCallable Package Description org.jboss.weld.annotated.enhanced JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.annotated.enhanced.jlr JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.injection JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.util.annotated JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of EnhancedAnnotatedCallable in org.jboss.weld.annotated.enhanced
Subinterfaces of EnhancedAnnotatedCallable in org.jboss.weld.annotated.enhanced Modifier and Type Interface Description interfaceEnhancedAnnotatedConstructor<T>Represents a Class ConstructorinterfaceEnhancedAnnotatedMethod<T,X>AnnotatedType provides a uniform access to the annotations on an annotated class defined either in Java or XMLMethods in org.jboss.weld.annotated.enhanced that return EnhancedAnnotatedCallable Modifier and Type Method Description EnhancedAnnotatedCallable<?,X,?>EnhancedAnnotatedParameter. getDeclaringEnhancedCallable() -
Uses of EnhancedAnnotatedCallable in org.jboss.weld.annotated.enhanced.jlr
Classes in org.jboss.weld.annotated.enhanced.jlr that implement EnhancedAnnotatedCallable Modifier and Type Class Description classAbstractEnhancedAnnotatedCallable<T,X,S extends Member>classEnhancedAnnotatedConstructorImpl<T>Represents an annotated constructorclassEnhancedAnnotatedMethodImpl<T,X>Represents an annotated methodMethods in org.jboss.weld.annotated.enhanced.jlr that return EnhancedAnnotatedCallable Modifier and Type Method Description EnhancedAnnotatedCallable<?,X,?>EnhancedAnnotatedParameterImpl. getDeclaringEnhancedCallable()Methods in org.jboss.weld.annotated.enhanced.jlr with parameters of type EnhancedAnnotatedCallable Modifier and Type Method Description static <T,X>
EnhancedAnnotatedParameter<T,X>EnhancedAnnotatedParameterImpl. of(javax.enterprise.inject.spi.AnnotatedParameter<X> annotatedParameter, EnhancedAnnotatedCallable<?,X,?> declaringMember, ClassTransformer classTransformer)Constructors in org.jboss.weld.annotated.enhanced.jlr with parameters of type EnhancedAnnotatedCallable Constructor Description EnhancedAnnotatedParameterImpl(javax.enterprise.inject.spi.AnnotatedParameter<X> annotatedParameter, EnhancedAnnotatedCallable<?,X,?> declaringMember, Map<Class<? extends Annotation>,Annotation> annotationMap, ClassTransformer classTransformer)Constructor -
Uses of EnhancedAnnotatedCallable in org.jboss.weld.injection
Methods in org.jboss.weld.injection with parameters of type EnhancedAnnotatedCallable Modifier and Type Method Description <X> List<ParameterInjectionPoint<?,X>>InjectionPointFactory. getParameterInjectionPoints(EnhancedAnnotatedCallable<?,X,?> callable, javax.enterprise.inject.spi.Bean<?> declaringBean, Class<?> declaringComponentClass, BeanManagerImpl manager, boolean observerOrDisposer)Constructors in org.jboss.weld.injection with parameters of type EnhancedAnnotatedCallable Constructor Description MethodInjectionPoint(MethodInjectionPoint.MethodInjectionPointType methodInjectionPointType, EnhancedAnnotatedCallable<T,X,Method> callable, javax.enterprise.inject.spi.Bean<?> declaringBean, Class<?> declaringComponentClass, InjectionPointFactory factory, BeanManagerImpl manager) -
Uses of EnhancedAnnotatedCallable in org.jboss.weld.util.annotated
Classes in org.jboss.weld.util.annotated that implement EnhancedAnnotatedCallable Modifier and Type Class Description classForwardingWeldConstructor<T>classForwardingWeldMethod<T,X>Methods in org.jboss.weld.util.annotated that return EnhancedAnnotatedCallable Modifier and Type Method Description EnhancedAnnotatedCallable<?,X,?>ForwardingWeldParameter. getDeclaringEnhancedCallable()
-