Package | Description |
---|---|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
org.hibernate.validator.internal.cdi.interceptor |
Classes for enabling Bean Validation method validation via a CDI interceptor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotatedConstructor<X>
Represents a constructor of a Java class.
|
interface |
AnnotatedMethod<X>
Represents a method of a Java type.
|
Modifier and Type | Method and Description |
---|---|
AnnotatedCallable<X> |
AnnotatedParameter.getDeclaringCallable()
Get the declaring method or constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidationEnabledAnnotatedCallable<T> |
class |
ValidationEnabledAnnotatedConstructor<T> |
class |
ValidationEnabledAnnotatedMethod<T> |
Constructor and Description |
---|
ValidationEnabledAnnotatedCallable(AnnotatedCallable<T> callable) |
Constructor and Description |
---|
ValidationEnabledAnnotatedType(AnnotatedType<T> type,
Set<AnnotatedCallable<? super T>> constrainedCallables) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.