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