Class ValidationEnabledAnnotatedMethod<T>
- java.lang.Object
-
- org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable<T>
-
- org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedMethod<T>
-
- All Implemented Interfaces:
Annotated,AnnotatedCallable<T>,AnnotatedMember<T>,AnnotatedMethod<T>
public class ValidationEnabledAnnotatedMethod<T> extends ValidationEnabledAnnotatedCallable<T> implements AnnotatedMethod<T>
- Author:
- Hardy Ferentschik
-
-
Constructor Summary
Constructors Constructor Description ValidationEnabledAnnotatedMethod(AnnotatedMethod<T> method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodgetJavaMember()Get the underlyingMethod.-
Methods inherited from class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable
getAnnotation, getAnnotations, getBaseType, getDeclaringType, getParameters, getTypeClosure, isAnnotationPresent, isStatic
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jakarta.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
-
Methods inherited from interface jakarta.enterprise.inject.spi.AnnotatedCallable
getParameters
-
Methods inherited from interface jakarta.enterprise.inject.spi.AnnotatedMember
getDeclaringType, isStatic
-
Methods inherited from interface jakarta.enterprise.inject.spi.AnnotatedMethod
getAnnotations
-
-
-
-
Constructor Detail
-
ValidationEnabledAnnotatedMethod
public ValidationEnabledAnnotatedMethod(AnnotatedMethod<T> method)
-
-
Method Detail
-
getJavaMember
public Method getJavaMember()
Description copied from interface:AnnotatedMethodGet the underlying
Method.- Specified by:
getJavaMemberin interfaceAnnotatedMember<T>- Specified by:
getJavaMemberin interfaceAnnotatedMethod<T>- Returns:
- the
Method
-
-