Uses of Interface
jakarta.enterprise.inject.spi.AnnotatedCallable
Packages that use AnnotatedCallable
Package
Description
The portable extension integration SPI.
Classes for enabling Bean Validation method validation via a CDI interceptor.
This package contains utility classes.
-
Uses of AnnotatedCallable in jakarta.enterprise.inject.spi
Subinterfaces of AnnotatedCallable in jakarta.enterprise.inject.spiModifier and TypeInterfaceDescriptioninterfaceRepresents a constructor of a Java class.interfaceRepresents a method of a Java type.Methods in jakarta.enterprise.inject.spi that return AnnotatedCallableModifier and TypeMethodDescriptionAnnotatedParameter.getDeclaringCallable()Get the declaring method or constructor. -
Uses of AnnotatedCallable in org.hibernate.validator.cdi.internal.interceptor
Classes in org.hibernate.validator.cdi.internal.interceptor that implement AnnotatedCallableModifier and TypeClassDescriptionclassclassclassConstructors in org.hibernate.validator.cdi.internal.interceptor with parameters of type AnnotatedCallableConstructor parameters in org.hibernate.validator.cdi.internal.interceptor with type arguments of type AnnotatedCallableModifierConstructorDescriptionValidationEnabledAnnotatedType(AnnotatedType<T> type, Set<AnnotatedCallable<? super T>> constrainedCallables) -
Uses of AnnotatedCallable in org.infinispan.cdi.common.util
Methods in org.infinispan.cdi.common.util with parameters of type AnnotatedCallableModifier and TypeMethodDescriptionstatic <X> StringAnnotateds.createCallableId(AnnotatedCallable<X> method) Generates a deterministic signature for anAnnotatedCallable.