Package | Description |
---|---|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
javax.enterprise.inject.spi.configurator | |
org.hibernate.validator.cdi.internal.interceptor |
Classes for enabling Bean Validation method validation via a CDI interceptor.
|
Modifier and Type | Method and Description |
---|---|
Set<AnnotatedConstructor<X>> |
AnnotatedType.getConstructors()
Get the constructors of the type.
|
Modifier and Type | Method and Description |
---|---|
AnnotatedConstructor<T> |
AnnotatedConstructorConfigurator.getAnnotated() |
Modifier and Type | Method and Description |
---|---|
default Stream<AnnotatedConstructorConfigurator<T>> |
AnnotatedTypeConfigurator.filterConstructors(Predicate<AnnotatedConstructor<T>> predicate) |
Modifier and Type | Class and Description |
---|---|
class |
ValidationEnabledAnnotatedConstructor<T> |
Modifier and Type | Method and Description |
---|---|
Set<AnnotatedConstructor<T>> |
ValidationEnabledAnnotatedType.getConstructors() |
Constructor and Description |
---|
ValidationEnabledAnnotatedConstructor(AnnotatedConstructor<T> constructor) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.