Class PropertyValidationGenerator
java.lang.Object
com.github.muehmar.gradle.openapi.generator.java.generator.shared.validation.validator.PropertyValidationGenerator
-
Method Summary
Modifier and TypeMethodDescriptionstatic io.github.muehmar.codegenerator.Generator<JavaPojoMember,PojoSettings> static io.github.muehmar.codegenerator.Generator<PropertyValue,PojoSettings> static io.github.muehmar.codegenerator.Generator<JavaObjectPojo,PojoSettings>
-
Method Details
-
memberValidationGenerator
public static io.github.muehmar.codegenerator.Generator<JavaPojoMember,PojoSettings> memberValidationGenerator() -
requiredAdditionalPropertyGenerator
public static io.github.muehmar.codegenerator.Generator<JavaObjectPojo,PojoSettings> requiredAdditionalPropertyGenerator() -
propertyValueValidationGenerator
public static io.github.muehmar.codegenerator.Generator<PropertyValue,PojoSettings> propertyValueValidationGenerator()
-