Uses of Interface
javax.enterprise.inject.spi.AnnotatedCallable
-
Packages that use AnnotatedCallable Package Description javax.enterprise.inject.spi The portable extension integration SPI.org.jboss.weld.annotated.enhanced org.jboss.weld.annotated.enhanced.jlr org.jboss.weld.annotated.runtime org.jboss.weld.annotated.slim.backed org.jboss.weld.annotated.slim.unbacked org.jboss.weld.util org.jboss.weld.util.annotated -
-
Uses of AnnotatedCallable in javax.enterprise.inject.spi
Subinterfaces of AnnotatedCallable in javax.enterprise.inject.spi Modifier and Type Interface Description interfaceAnnotatedConstructor<X>Represents a constructor of a Java class.interfaceAnnotatedMethod<X>Represents a method of a Java type.Methods in javax.enterprise.inject.spi that return AnnotatedCallable Modifier and Type Method Description AnnotatedCallable<X>AnnotatedParameter. getDeclaringCallable()Get the declaring method or constructor. -
Uses of AnnotatedCallable in org.jboss.weld.annotated.enhanced
Subinterfaces of AnnotatedCallable in org.jboss.weld.annotated.enhanced Modifier and Type Interface Description interfaceEnhancedAnnotatedCallable<T,X,S extends Member>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 AnnotatedCallable Modifier and Type Method Description AnnotatedCallable<X>EnhancedAnnotatedCallable. slim()Returns a lightweight implementation ofAnnotatedCallablewith minimal memory footprint. -
Uses of AnnotatedCallable in org.jboss.weld.annotated.enhanced.jlr
Classes in org.jboss.weld.annotated.enhanced.jlr that implement AnnotatedCallable 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 AnnotatedCallable Modifier and Type Method Description AnnotatedCallable<X>EnhancedAnnotatedParameterImpl. getDeclaringCallable()Methods in org.jboss.weld.annotated.enhanced.jlr with parameters of type AnnotatedCallable Modifier and Type Method Description protected static voidAbstractEnhancedAnnotatedCallable. validateParameterCount(AnnotatedCallable<?> callable)Constructors in org.jboss.weld.annotated.enhanced.jlr with parameters of type AnnotatedCallable Constructor Description AbstractEnhancedAnnotatedCallable(AnnotatedCallable<X> annotatedCallable, Map<Class<? extends Annotation>,Annotation> annotationMap, Map<Class<? extends Annotation>,Annotation> declaredAnnotationMap, ClassTransformer classTransformer, EnhancedAnnotatedType<X> declaringType) -
Uses of AnnotatedCallable in org.jboss.weld.annotated.runtime
Classes in org.jboss.weld.annotated.runtime that implement AnnotatedCallable Modifier and Type Class Description classInvokableAnnotatedMethod<T>An implementation ofAnnotatedMethodused at runtime for invoking Java methods. -
Uses of AnnotatedCallable in org.jboss.weld.annotated.slim.backed
Classes in org.jboss.weld.annotated.slim.backed that implement AnnotatedCallable Modifier and Type Class Description classBackedAnnotatedCallable<X,E extends Executable>classBackedAnnotatedConstructor<X>classBackedAnnotatedMethod<X> -
Uses of AnnotatedCallable in org.jboss.weld.annotated.slim.unbacked
Classes in org.jboss.weld.annotated.slim.unbacked that implement AnnotatedCallable Modifier and Type Class Description classUnbackedAnnotatedConstructor<X>classUnbackedAnnotatedMethod<X>Methods in org.jboss.weld.annotated.slim.unbacked that return AnnotatedCallable Modifier and Type Method Description AnnotatedCallable<X>UnbackedAnnotatedParameter. getDeclaringCallable()Constructors in org.jboss.weld.annotated.slim.unbacked with parameters of type AnnotatedCallable Constructor Description UnbackedAnnotatedParameter(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, int position, AnnotatedCallable<X> declaringCallable) -
Uses of AnnotatedCallable in org.jboss.weld.util
Methods in org.jboss.weld.util with parameters of type AnnotatedCallable Modifier and Type Method Description static booleanAnnotatedTypes. compareAnnotatedCallable(AnnotatedCallable<?> m1, AnnotatedCallable<?> m2)static <X> StringAnnotatedTypes. createCallableId(AnnotatedCallable<X> method) -
Uses of AnnotatedCallable in org.jboss.weld.util.annotated
Classes in org.jboss.weld.util.annotated that implement AnnotatedCallable Modifier and Type Class Description classForwardingAnnotatedCallable<X>Forwarding implementation ofAnnotatedCallable.classForwardingAnnotatedConstructor<X>Forwarding implementation ofAnnotatedConstructor.classForwardingAnnotatedMethod<X>Forwarding implementation ofAnnotatedMethod.Methods in org.jboss.weld.util.annotated that return AnnotatedCallable Modifier and Type Method Description protected abstract AnnotatedCallable<X>ForwardingAnnotatedCallable. delegate()AnnotatedCallable<X>ForwardingAnnotatedParameter. getDeclaringCallable()
-