Class JavaTypeGenerators
java.lang.Object
com.github.muehmar.gradle.openapi.generator.java.generator.shared.JavaTypeGenerators
-
Method Summary
Modifier and TypeMethodDescriptionstatic io.github.muehmar.codegenerator.Generator<ValidationAnnotationGenerator.PropertyType,PojoSettings> Generator which generates a full class name of a type with deep validation annotations, i.e.
-
Method Details
-
deepAnnotatedParameterizedClassName
public static io.github.muehmar.codegenerator.Generator<ValidationAnnotationGenerator.PropertyType,PojoSettings> deepAnnotatedParameterizedClassName()Generator which generates a full class name of a type with deep validation annotations, i.e. generic type parameters are annotated for arrays and maps.
-