Uses of Class
org.jboss.weld.annotated.slim.backed.BackedAnnotatedCallable
-
Packages that use BackedAnnotatedCallable Package Description org.jboss.weld.annotated.slim.backed -
-
Uses of BackedAnnotatedCallable in org.jboss.weld.annotated.slim.backed
Subclasses of BackedAnnotatedCallable in org.jboss.weld.annotated.slim.backed Modifier and Type Class Description classBackedAnnotatedConstructor<X>classBackedAnnotatedMethod<X>Methods in org.jboss.weld.annotated.slim.backed that return BackedAnnotatedCallable Modifier and Type Method Description BackedAnnotatedCallable<X,?>BackedAnnotatedParameter. getDeclaringCallable()Methods in org.jboss.weld.annotated.slim.backed with parameters of type BackedAnnotatedCallable Modifier and Type Method Description static <X> List<AnnotatedParameter<X>>BackedAnnotatedParameter. forExecutable(Executable executable, BackedAnnotatedCallable<X,?> declaringCallable, SharedObjectCache cache)static <X> AnnotatedParameter<X>BackedAnnotatedParameter. of(Parameter parameter, int position, BackedAnnotatedCallable<X,?> declaringCallable, SharedObjectCache sharedObjectCache)
-