Package org.openrewrite.java.spring
Class MaybeAddJavaxValidationDependencies
- java.lang.Object
-
- org.openrewrite.Recipe
-
- org.openrewrite.java.spring.MaybeAddJavaxValidationDependencies
-
public class MaybeAddJavaxValidationDependencies extends org.openrewrite.RecipeAdds Javax validation-api and Spring Boot starter-validation if a prior recipe set the javax-validation-exists value to True in the ExecutionContext e.gChangeDeprecatedHibernateValidationToJavax
-
-
Constructor Summary
Constructors Constructor Description MaybeAddJavaxValidationDependencies()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayName()protected org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext>getVisitor()
-