@NonNullApi @NonNullFields
Package org.openrewrite.java.spring
-
Class Summary Class Description BeanMethodsNotPublic ChangeDeprecatedHibernateValidationToJavax Changes Depricated Hibernate validation constraints to their associated Javax validation variant.ImplicitWebAnnotationNames Remove implicit web-annotation argument names and rename the associated variable.MaybeAddJavaxValidationDependencies Adds Javax validation-api and Spring Boot starter-validation if a prior recipe set the javax-validation-exists value to True in the ExecutionContext e.gChangeDeprecatedHibernateValidationToJavaxNoAutowired NoRequestMappingAnnotation Replace method declaration @RequestMapping annotations with the associated variant as defined by the request method type (GET, POST, PUT, PATCH, DELETE)