View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window rewrite-spring-5.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.openrewrite.java.spring.boot3
├─ org.openrewrite.java.spring.boot3.PreciseBeanType.class - [JAR]
├─ org.openrewrite.java.spring.boot3.RemoveConstructorBindingAnnotation.class - [JAR]
├─ org.openrewrite.java.spring.boot3.package-info.class - [JAR]
org.openrewrite.java.spring.data
├─ org.openrewrite.java.spring.data.MigrateJpaSort.class - [JAR]
├─ org.openrewrite.java.spring.data.MigrateQuerydslJpaRepository.class - [JAR]
├─ org.openrewrite.java.spring.data.UseTlsJdbcConnectionString.class - [JAR]
├─ org.openrewrite.java.spring.data.package-info.class - [JAR]
org.openrewrite.java.spring.boot2.search
├─ org.openrewrite.java.spring.boot2.search.CustomizingJooqDefaultConfiguration.class - [JAR]
├─ org.openrewrite.java.spring.boot2.search.IntegrationSchedulerPoolRecipe.class - [JAR]
├─ org.openrewrite.java.spring.boot2.search.LoggingShutdownHooks.class - [JAR]
├─ org.openrewrite.java.spring.boot2.search.package-info.class - [JAR]
org.openrewrite.java.spring.framework
├─ org.openrewrite.java.spring.framework.EnvironmentAcceptsProfiles.class - [JAR]
├─ org.openrewrite.java.spring.framework.JdbcTemplateObjectArrayArgToVarArgs.class - [JAR]
├─ org.openrewrite.java.spring.framework.MigrateHandlerInterceptor.class - [JAR]
├─ org.openrewrite.java.spring.framework.MigrateInstantiationAwareBeanPostProcessorAdapter.class - [JAR]
├─ org.openrewrite.java.spring.framework.MigrateUtf8MediaTypes.class - [JAR]
├─ org.openrewrite.java.spring.framework.MigrateWebMvcConfigurerAdapter.class - [JAR]
├─ org.openrewrite.java.spring.framework.UpgradeSpringFrameworkDependencies.class - [JAR]
├─ org.openrewrite.java.spring.framework.package-info.class - [JAR]
org.openrewrite.java.spring.boot2
├─ org.openrewrite.java.spring.boot2.ChangeEmbeddedServletContainerCustomizer.class - [JAR]
├─ org.openrewrite.java.spring.boot2.ConditionalOnBeanAnyNestedCondition.class - [JAR]
├─ org.openrewrite.java.spring.boot2.DatabaseComponentAndBeanInitializationOrdering.class - [JAR]
├─ org.openrewrite.java.spring.boot2.GetErrorAttributes.class - [JAR]
├─ org.openrewrite.java.spring.boot2.MergeBootstrapYamlWithApplicationYaml.class - [JAR]
├─ org.openrewrite.java.spring.boot2.MigrateActuatorMediaTypeToApiVersion.class - [JAR]
├─ org.openrewrite.java.spring.boot2.MigrateConfigurationPropertiesBindingPostProcessorValidatorBeanName.class - [JAR]
├─ org.openrewrite.java.spring.boot2.MigrateDatabaseCredentials.class - [JAR]
├─ org.openrewrite.java.spring.boot2.MigrateDiskSpaceHealthIndicatorConstructor.class - [JAR]
├─ org.openrewrite.java.spring.boot2.MigrateErrorPropertiesIncludeStackTraceConstants.class - [JAR]
├─ org.openrewrite.java.spring.boot2.MigrateHsqlEmbeddedDatabaseConnection.class - [JAR]
├─ org.openrewrite.java.spring.boot2.MigrateLocalServerPortAnnotation.class - [JAR]
├─ org.openrewrite.java.spring.boot2.MigrateLoggingSystemPropertyConstants.class - [JAR]
├─ org.openrewrite.java.spring.boot2.MigrateMultipartConfigFactory.class - [JAR]
├─ org.openrewrite.java.spring.boot2.MigrateRestTemplateBuilderTimeoutByInt.class - [JAR]
├─ org.openrewrite.java.spring.boot2.MoveAutoConfigurationToImportsFile.class - [JAR]
├─ org.openrewrite.java.spring.boot2.OutputCaptureExtension.class - [JAR]
├─ org.openrewrite.java.spring.boot2.ReplaceDeprecatedEnvironmentTestUtils.class - [JAR]
├─ org.openrewrite.java.spring.boot2.RestTemplateBuilderRequestFactory.class - [JAR]
├─ org.openrewrite.java.spring.boot2.SamlRelyingPartyPropertyApplicationPropertiesMove.class - [JAR]
├─ org.openrewrite.java.spring.boot2.SpringBootMavenPluginMigrateAgentToAgents.class - [JAR]
├─ org.openrewrite.java.spring.boot2.UnnecessarySpringExtension.class - [JAR]
├─ org.openrewrite.java.spring.boot2.WebSecurityConfigurerAdapter.class - [JAR]
├─ org.openrewrite.java.spring.boot2.package-info.class - [JAR]
org.openrewrite.maven.spring
├─ org.openrewrite.maven.spring.UpgradeExplicitSpringBootDependencies.class - [JAR]
├─ org.openrewrite.maven.spring.package-info.class - [JAR]
org.openrewrite.java.spring.internal
├─ org.openrewrite.java.spring.internal.SpringBootReleases.class - [JAR]
org.openrewrite.java.spring
├─ org.openrewrite.java.spring.AddSpringProperty.class - [JAR]
├─ org.openrewrite.java.spring.AutowiredFieldIntoConstructorParameterVisitor.class - [JAR]
├─ org.openrewrite.java.spring.BeanMethodsNotPublic.class - [JAR]
├─ org.openrewrite.java.spring.ChangeSpringPropertyKey.class - [JAR]
├─ org.openrewrite.java.spring.DeleteSpringProperty.class - [JAR]
├─ org.openrewrite.java.spring.ExpandProperties.class - [JAR]
├─ org.openrewrite.java.spring.ImplicitWebAnnotationNames.class - [JAR]
├─ org.openrewrite.java.spring.NoAutowiredOnConstructor.class - [JAR]
├─ org.openrewrite.java.spring.NoRepoAnnotationOnRepoInterface.class - [JAR]
├─ org.openrewrite.java.spring.NoRequestMappingAnnotation.class - [JAR]
├─ org.openrewrite.java.spring.PropertiesToKebabCase.class - [JAR]
├─ org.openrewrite.java.spring.SeparateApplicationYamlByProfile.class - [JAR]
├─ org.openrewrite.java.spring.SpringExecutionContextView.class - [JAR]
├─ org.openrewrite.java.spring.UpdateApiManifest.class - [JAR]
├─ org.openrewrite.java.spring.package-info.class - [JAR]