Class ValidationEnabledAnnotatedType<T>

java.lang.Object
org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedType<T>
All Implemented Interfaces:
jakarta.enterprise.inject.spi.Annotated, jakarta.enterprise.inject.spi.AnnotatedType<T>

public class ValidationEnabledAnnotatedType<T> extends Object implements jakarta.enterprise.inject.spi.AnnotatedType<T>
Author:
Hardy Ferentschik
  • Constructor Details

    • ValidationEnabledAnnotatedType

      public ValidationEnabledAnnotatedType(jakarta.enterprise.inject.spi.AnnotatedType<T> type, Set<jakarta.enterprise.inject.spi.AnnotatedCallable<? super T>> constrainedCallables)
  • Method Details

    • getJavaClass

      public Class<T> getJavaClass()
      Specified by:
      getJavaClass in interface jakarta.enterprise.inject.spi.AnnotatedType<T>
    • getConstructors

      public Set<jakarta.enterprise.inject.spi.AnnotatedConstructor<T>> getConstructors()
      Specified by:
      getConstructors in interface jakarta.enterprise.inject.spi.AnnotatedType<T>
    • getMethods

      public Set<jakarta.enterprise.inject.spi.AnnotatedMethod<? super T>> getMethods()
      Specified by:
      getMethods in interface jakarta.enterprise.inject.spi.AnnotatedType<T>
    • getFields

      public Set<jakarta.enterprise.inject.spi.AnnotatedField<? super T>> getFields()
      Specified by:
      getFields in interface jakarta.enterprise.inject.spi.AnnotatedType<T>
    • getBaseType

      public Type getBaseType()
      Specified by:
      getBaseType in interface jakarta.enterprise.inject.spi.Annotated
    • getTypeClosure

      public Set<Type> getTypeClosure()
      Specified by:
      getTypeClosure in interface jakarta.enterprise.inject.spi.Annotated
    • getAnnotation

      public <A extends Annotation> A getAnnotation(Class<A> annotationType)
      Specified by:
      getAnnotation in interface jakarta.enterprise.inject.spi.Annotated
    • getAnnotations

      public Set<Annotation> getAnnotations()
      Specified by:
      getAnnotations in interface jakarta.enterprise.inject.spi.Annotated
    • isAnnotationPresent

      public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
      Specified by:
      isAnnotationPresent in interface jakarta.enterprise.inject.spi.Annotated