Uses of Interface
jakarta.enterprise.inject.spi.AnnotatedCallable
-
Packages that use AnnotatedCallable Package Description jakarta.enterprise.inject.spi The portable extension integration SPI.org.hibernate.validator.cdi.internal.interceptor Classes for enabling Bean Validation method validation via a CDI interceptor.org.infinispan.cdi.common.util This package contains utility classes. -
-
Uses of AnnotatedCallable in jakarta.enterprise.inject.spi
Subinterfaces of AnnotatedCallable in jakarta.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 jakarta.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.hibernate.validator.cdi.internal.interceptor
Classes in org.hibernate.validator.cdi.internal.interceptor that implement AnnotatedCallable Modifier and Type Class Description classValidationEnabledAnnotatedCallable<T>classValidationEnabledAnnotatedConstructor<T>classValidationEnabledAnnotatedMethod<T>Constructors in org.hibernate.validator.cdi.internal.interceptor with parameters of type AnnotatedCallable Constructor Description ValidationEnabledAnnotatedCallable(AnnotatedCallable<T> callable)Constructor parameters in org.hibernate.validator.cdi.internal.interceptor with type arguments of type AnnotatedCallable Constructor Description ValidationEnabledAnnotatedType(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 AnnotatedCallable Modifier and Type Method Description static <X> StringAnnotateds. createCallableId(AnnotatedCallable<X> method)Generates a deterministic signature for anAnnotatedCallable.
-