A B C D E G I L M N O R S V 
All Classes All Packages

A

allReleases() - Method in class org.openrewrite.java.spring.internal.SpringBootReleases
 

B

BeanMethodsNotPublic - Class in org.openrewrite.java.spring
 
BeanMethodsNotPublic() - Constructor for class org.openrewrite.java.spring.BeanMethodsNotPublic
 

C

ChangeDeprecatedHibernateValidationToJavax - Class in org.openrewrite.java.spring
Changes Depricated Hibernate validation constraints to their associated Javax validation variant.
ChangeDeprecatedHibernateValidationToJavax() - Constructor for class org.openrewrite.java.spring.ChangeDeprecatedHibernateValidationToJavax
 
ConditionalOnBeanAnyNestedCondition - Class in org.openrewrite.java.spring.boot2
ConditionalOnBeanAnyNestedCondition() - Constructor for class org.openrewrite.java.spring.boot2.ConditionalOnBeanAnyNestedCondition
 

D

download(String) - Method in class org.openrewrite.java.spring.internal.SpringBootReleases
 

E

extendWithIdent - Static variable in class org.openrewrite.java.spring.boot2.SpringRunnerToSpringExtension.SpringRunnerToSpringExtensionVisitor
 
extendWithType - Static variable in class org.openrewrite.java.spring.boot2.SpringRunnerToSpringExtension.SpringRunnerToSpringExtensionVisitor
 

G

getBody() - Method in class org.openrewrite.java.spring.internal.SpringBootReleases.ModuleDownload
 
getDescription() - Method in class org.openrewrite.java.spring.BeanMethodsNotPublic
 
getDescription() - Method in class org.openrewrite.java.spring.boot2.ConditionalOnBeanAnyNestedCondition
 
getDescription() - Method in class org.openrewrite.java.spring.boot2.RestTemplateBuilderRequestFactory
 
getDescription() - Method in class org.openrewrite.java.spring.boot2.SpringRunnerToSpringExtension
 
getDescription() - Method in class org.openrewrite.java.spring.ImplicitWebAnnotationNames
 
getDescription() - Method in class org.openrewrite.java.spring.NoAutowired
 
getDescription() - Method in class org.openrewrite.java.spring.NoRequestMappingAnnotation
 
getDisplayName() - Method in class org.openrewrite.java.spring.BeanMethodsNotPublic
 
getDisplayName() - Method in class org.openrewrite.java.spring.boot2.ConditionalOnBeanAnyNestedCondition
 
getDisplayName() - Method in class org.openrewrite.java.spring.boot2.RestTemplateBuilderRequestFactory
 
getDisplayName() - Method in class org.openrewrite.java.spring.boot2.SpringRunnerToSpringExtension
 
getDisplayName() - Method in class org.openrewrite.java.spring.ChangeDeprecatedHibernateValidationToJavax
 
getDisplayName() - Method in class org.openrewrite.java.spring.ImplicitWebAnnotationNames
 
getDisplayName() - Method in class org.openrewrite.java.spring.MaybeAddJavaxValidationDependencies
 
getDisplayName() - Method in class org.openrewrite.java.spring.NoAutowired
 
getDisplayName() - Method in class org.openrewrite.java.spring.NoRequestMappingAnnotation
 
getModuleName() - Method in class org.openrewrite.java.spring.internal.SpringBootReleases.ModuleDownload
 
getVisitor() - Method in class org.openrewrite.java.spring.BeanMethodsNotPublic
 
getVisitor() - Method in class org.openrewrite.java.spring.boot2.ConditionalOnBeanAnyNestedCondition
 
getVisitor() - Method in class org.openrewrite.java.spring.boot2.RestTemplateBuilderRequestFactory
 
getVisitor() - Method in class org.openrewrite.java.spring.boot2.SpringRunnerToSpringExtension
 
getVisitor() - Method in class org.openrewrite.java.spring.ChangeDeprecatedHibernateValidationToJavax
 
getVisitor() - Method in class org.openrewrite.java.spring.ImplicitWebAnnotationNames
 
getVisitor() - Method in class org.openrewrite.java.spring.MaybeAddJavaxValidationDependencies
 
getVisitor() - Method in class org.openrewrite.java.spring.NoAutowired
 
getVisitor() - Method in class org.openrewrite.java.spring.NoRequestMappingAnnotation
 

I

ImplicitWebAnnotationNames - Class in org.openrewrite.java.spring
Remove implicit web-annotation argument names and rename the associated variable.
ImplicitWebAnnotationNames() - Constructor for class org.openrewrite.java.spring.ImplicitWebAnnotationNames
 

L

latestMatchingVersion(String) - Method in class org.openrewrite.java.spring.internal.SpringBootReleases
 
latestPatchReleases() - Method in class org.openrewrite.java.spring.internal.SpringBootReleases
 

M

MaybeAddJavaxValidationDependencies - Class in org.openrewrite.java.spring
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.g ChangeDeprecatedHibernateValidationToJavax
MaybeAddJavaxValidationDependencies() - Constructor for class org.openrewrite.java.spring.MaybeAddJavaxValidationDependencies
 
ModuleDownload(String, ResponseBody) - Constructor for class org.openrewrite.java.spring.internal.SpringBootReleases.ModuleDownload
 

N

NoAutowired - Class in org.openrewrite.java.spring
 
NoAutowired() - Constructor for class org.openrewrite.java.spring.NoAutowired
 
NoRequestMappingAnnotation - Class in org.openrewrite.java.spring
Replace method declaration @RequestMapping annotations with the associated variant as defined by the request method type (GET, POST, PUT, PATCH, DELETE)
NoRequestMappingAnnotation() - Constructor for class org.openrewrite.java.spring.NoRequestMappingAnnotation
 

O

org.openrewrite.java.spring - package org.openrewrite.java.spring
 
org.openrewrite.java.spring.boot2 - package org.openrewrite.java.spring.boot2
 
org.openrewrite.java.spring.internal - package org.openrewrite.java.spring.internal
 

R

RestTemplateBuilderRequestFactory - Class in org.openrewrite.java.spring.boot2
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Migration-Guide#resttemplatebuilder
RestTemplateBuilderRequestFactory() - Constructor for class org.openrewrite.java.spring.boot2.RestTemplateBuilderRequestFactory
 
runWithIdent - Static variable in class org.openrewrite.java.spring.boot2.SpringRunnerToSpringExtension.SpringRunnerToSpringExtensionVisitor
 
runWithType - Static variable in class org.openrewrite.java.spring.boot2.SpringRunnerToSpringExtension.SpringRunnerToSpringExtensionVisitor
 

S

SpringBootReleases - Class in org.openrewrite.java.spring.internal
 
SpringBootReleases() - Constructor for class org.openrewrite.java.spring.internal.SpringBootReleases
 
SpringBootReleases.ModuleDownload - Class in org.openrewrite.java.spring.internal
 
SpringRunnerToSpringExtension - Class in org.openrewrite.java.spring.boot2
spring-boot 1.X has SpringBootTest but it does not have an ExtendsWith annotation.
SpringRunnerToSpringExtension() - Constructor for class org.openrewrite.java.spring.boot2.SpringRunnerToSpringExtension
 
SpringRunnerToSpringExtension.SpringRunnerToSpringExtensionVisitor - Class in org.openrewrite.java.spring.boot2
 
SpringRunnerToSpringExtensionVisitor() - Constructor for class org.openrewrite.java.spring.boot2.SpringRunnerToSpringExtension.SpringRunnerToSpringExtensionVisitor
 

V

visitClassDeclaration(J.ClassDeclaration, ExecutionContext) - Method in class org.openrewrite.java.spring.boot2.SpringRunnerToSpringExtension.SpringRunnerToSpringExtensionVisitor
 
A B C D E G I L M N O R S V 
All Classes All Packages