Uses of Interface
io.smallrye.openapi.runtime.scanner.dataobject.BeanValidationScanner.RequirementHandler
-
Packages that use BeanValidationScanner.RequirementHandler Package Description io.smallrye.openapi.runtime.scanner.dataobject -
-
Uses of BeanValidationScanner.RequirementHandler in io.smallrye.openapi.runtime.scanner.dataobject
Classes in io.smallrye.openapi.runtime.scanner.dataobject that implement BeanValidationScanner.RequirementHandler Modifier and Type Class Description classAnnotationTargetProcessorProcess annotation targets such asFieldInfo.Methods in io.smallrye.openapi.runtime.scanner.dataobject with parameters of type BeanValidationScanner.RequirementHandler Modifier and Type Method Description voidBeanValidationScanner. applyConstraints(org.jboss.jandex.AnnotationTarget target, org.eclipse.microprofile.openapi.models.media.Schema schema, String propertyKey, BeanValidationScanner.RequirementHandler handler)Determine if any Java Bean Validation constraint annotations are present on theAnnotationTargetthat are applicable to the schema.
-