Class GenerateWebSecurityConfigurerAdapter


  • public class GenerateWebSecurityConfigurerAdapter
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<org.openrewrite.SourceFile> andAddConfiguration​(java.util.List<org.openrewrite.SourceFile> sourceFiles, org.openrewrite.ExecutionContext ctx, org.openrewrite.java.JavaVisitor<org.openrewrite.ExecutionContext> onConfigureBlock)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GenerateWebSecurityConfigurerAdapter

        public GenerateWebSecurityConfigurerAdapter()
    • Method Detail

      • andAddConfiguration

        public static java.util.List<org.openrewrite.SourceFile> andAddConfiguration​(java.util.List<org.openrewrite.SourceFile> sourceFiles,
                                                                                     org.openrewrite.ExecutionContext ctx,
                                                                                     org.openrewrite.java.JavaVisitor<org.openrewrite.ExecutionContext> onConfigureBlock)