Package io.swagger.v3.core.util
Interface ValidatorProcessor
-
public interface ValidatorProcessor
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classValidatorProcessor.MODE
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanapplyBeanValidatorAnnotations(Schema property, Annotation[] annotations, Schema parent, boolean applyNotNullAnnotations)default ValidatorProcessor.MODEgetMode()default Set<Annotation>resolveInvocationAnnotations(Annotation[] annotations)default Set<Class>resolveInvocationGroups(Map<String,Annotation> annos)
-
-
-
Method Detail
-
getMode
default ValidatorProcessor.MODE getMode()
-
applyBeanValidatorAnnotations
default boolean applyBeanValidatorAnnotations(Schema property, Annotation[] annotations, Schema parent, boolean applyNotNullAnnotations)
-
resolveInvocationGroups
default Set<Class> resolveInvocationGroups(Map<String,Annotation> annos)
-
resolveInvocationAnnotations
default Set<Annotation> resolveInvocationAnnotations(Annotation[] annotations)
-
-