Uses of Interface
org.jboss.weld.annotated.enhanced.MethodSignature
Packages that use MethodSignature
Package
Description
-
Uses of MethodSignature in org.jboss.weld.annotated.enhanced
Methods in org.jboss.weld.annotated.enhanced that return MethodSignatureMethods in org.jboss.weld.annotated.enhanced with parameters of type MethodSignatureModifier and TypeMethodDescription<M> EnhancedAnnotatedMethod<M,?> EnhancedAnnotatedType.getDeclaredEnhancedMethod(MethodSignature signature) Get a method by name<M> EnhancedAnnotatedMethod<M,?> EnhancedAnnotatedType.getEnhancedMethod(MethodSignature signature) Get a method by name -
Uses of MethodSignature in org.jboss.weld.annotated.enhanced.jlr
Classes in org.jboss.weld.annotated.enhanced.jlr that implement MethodSignatureMethods in org.jboss.weld.annotated.enhanced.jlr that return MethodSignatureModifier and TypeMethodDescriptionEnhancedAnnotatedMethodImpl.getSignature()static MethodSignatureMethodSignatureImpl.of(jakarta.enterprise.inject.spi.AnnotatedMethod<?> method) Methods in org.jboss.weld.annotated.enhanced.jlr with parameters of type MethodSignatureModifier and TypeMethodDescription<M> EnhancedAnnotatedMethod<M,?> EnhancedAnnotatedTypeImpl.getDeclaredEnhancedMethod(MethodSignature signature) <M> EnhancedAnnotatedMethod<M,?> EnhancedAnnotatedTypeImpl.getEnhancedMethod(MethodSignature signature) -
Uses of MethodSignature in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return types with arguments of type MethodSignatureModifier and TypeMethodDescriptionSessionBean.getLocalBusinessMethodSignatures()Returns an unmodifiable set of local business method signatures.SessionBean.getRemoteBusinessMethodSignatures()Returns an unmodifiable set of remote business method signatures. -
Uses of MethodSignature in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap with parameters of type MethodSignatureModifier and TypeMethodDescriptionSet<ProducerMethod<?,?>> BeanDeployerEnvironment.getProducerMethod(Class<?> declaringClass, MethodSignature signature)