All Classes and Interfaces

Classes
Class
Description
 
 
 
 
 
A recipe to uniformly add a property to Spring configuration file.
 
 
 
 
 
 
 
 
This composite recipe will change a spring application property key across YAML and properties files.
 
 
 
 
Migration for Spring Boot 2.4 to 2.5 Customizing jOOQ’s DefaultConfiguration
 
A recipe to remove a property (or matching property group) from Spring configuration files.
 
Adds a marker to an AST if Spring Data Repository invalid domain ID type is discovered.
 
 
 
 
 
 
 
 
 
 
 
Mark POM's of projects where logging shutdown hook may need to be disabled
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Replace method declaration @RequestMapping annotations with the associated variant as defined by the request method type (GET, POST, PUT, PATCH, DELETE)
 
 
 
 
 
 
 
This visitor can remove the specified method calls if it can be deleted without compile error, It can be used to remove deprecated or unnecessary method calls, but be sure to carefully review your code before deleting any methods to avoid errors or unexpected behavior.