Interface SourceSpec.ValidateSource

Enclosing class:
SourceSpec<T extends org.openrewrite.SourceFile>

public static interface SourceSpec.ValidateSource
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openrewrite.SourceFile
    accept(org.openrewrite.SourceFile sourceFile, TypeValidation typeValidation)
     
  • Field Details

  • Method Details

    • accept

      org.openrewrite.SourceFile accept(org.openrewrite.SourceFile sourceFile, TypeValidation typeValidation)