Uses of Interface
jakarta.enterprise.inject.spi.AnnotatedConstructor
-
Packages that use AnnotatedConstructor Package Description jakarta.enterprise.inject.spi The portable extension integration SPI.jakarta.enterprise.inject.spi.configurator org.hibernate.validator.cdi.internal.interceptor Classes for enabling Bean Validation method validation via a CDI interceptor. -
-
Uses of AnnotatedConstructor in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return types with arguments of type AnnotatedConstructor Modifier and Type Method Description Set<AnnotatedConstructor<X>>AnnotatedType. getConstructors()Get the constructors of the type. -
Uses of AnnotatedConstructor in jakarta.enterprise.inject.spi.configurator
Methods in jakarta.enterprise.inject.spi.configurator that return AnnotatedConstructor Modifier and Type Method Description AnnotatedConstructor<T>AnnotatedConstructorConfigurator. getAnnotated()Method parameters in jakarta.enterprise.inject.spi.configurator with type arguments of type AnnotatedConstructor Modifier and Type Method Description default Stream<AnnotatedConstructorConfigurator<T>>AnnotatedTypeConfigurator. filterConstructors(Predicate<AnnotatedConstructor<T>> predicate) -
Uses of AnnotatedConstructor in org.hibernate.validator.cdi.internal.interceptor
Classes in org.hibernate.validator.cdi.internal.interceptor that implement AnnotatedConstructor Modifier and Type Class Description classValidationEnabledAnnotatedConstructor<T>Methods in org.hibernate.validator.cdi.internal.interceptor that return types with arguments of type AnnotatedConstructor Modifier and Type Method Description Set<AnnotatedConstructor<T>>ValidationEnabledAnnotatedType. getConstructors()Constructors in org.hibernate.validator.cdi.internal.interceptor with parameters of type AnnotatedConstructor Constructor Description ValidationEnabledAnnotatedConstructor(AnnotatedConstructor<T> constructor)
-