Class TypeElementPropertyDescriptorImpl

java.lang.Object
de.knightsoftnet.validators.annotation.processor.TypeElementPropertyDescriptorImpl
All Implemented Interfaces:
TypeElementPropertyDescriptor

public class TypeElementPropertyDescriptorImpl extends Object implements TypeElementPropertyDescriptor
  • Constructor Details

    • TypeElementPropertyDescriptorImpl

      public TypeElementPropertyDescriptorImpl(Element typeElement, DeclaredType beanType, ProcessingEnvironment processingEnv, org.hibernate.validator.internal.metadata.location.ConstraintLocation.ConstraintLocationKind constraintLocationKind)
      constructor.
      Parameters:
      typeElement - the element to get data from.
      beanType - declared type of the bean to get data from
      processingEnv - to get utility for elements and types
      constraintLocationKind - where annotation is located
  • Method Details