Uses of Interface
io.smallrye.openapi.runtime.scanner.dataobject.BeanValidationScanner.RequirementHandler
Packages that use BeanValidationScanner.RequirementHandler
-
Uses of BeanValidationScanner.RequirementHandler in io.smallrye.openapi.runtime.scanner.dataobject
Classes in io.smallrye.openapi.runtime.scanner.dataobject that implement BeanValidationScanner.RequirementHandlerModifier and TypeClassDescriptionclassProcess annotation targets such asFieldInfo.Methods in io.smallrye.openapi.runtime.scanner.dataobject with parameters of type BeanValidationScanner.RequirementHandlerModifier and TypeMethodDescriptionvoidBeanValidationScanner.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.voidBeanValidationScanner.applyConstraints(org.jboss.jandex.Type target, org.eclipse.microprofile.openapi.models.media.Schema schema, String propertyKey, BeanValidationScanner.RequirementHandler handler) LikeBeanValidationScanner.applyConstraints(AnnotationTarget, Schema, String, RequirementHandler), but for constraints onTypes.