Interface RequirementHandler

All Known Implementing Classes:
AnnotationTargetProcessor

public interface RequirementHandler
Callback used by BeanValidationScanner and KotlinMetadataScanner to indicate to the calling context that the given target and key should be marked as a required property in a context-specific way. E.g. parameters are handled differently than schemas.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setRequired(org.jboss.jandex.AnnotationTarget target, String propertyKey)
     
  • Method Details

    • setRequired

      void setRequired(org.jboss.jandex.AnnotationTarget target, String propertyKey)