Uses of Interface
org.springframework.aot.test.generator.file.WritableContent
Packages that use WritableContent
Package
Description
Support classes for compiling and testing generated code.
Support classes for running assertions on generated files.
-
Uses of WritableContent in org.springframework.aot.test.generator.compile
Methods in org.springframework.aot.test.generator.compile with parameters of type WritableContentModifier and TypeMethodDescriptionvoidTestCompiler.compile(WritableContent content, Consumer<Compiled> compiled) Compile content from this instance along with the additional provided content. -
Uses of WritableContent in org.springframework.aot.test.generator.file
Methods in org.springframework.aot.test.generator.file with parameters of type WritableContentModifier and TypeMethodDescriptionstatic ResourceFileResourceFile.of(String path, WritableContent writableContent) Factory method to create a newSourceFilefrom the givenWritableContent.static SourceFileSourceFile.of(String path, WritableContent writableContent) Factory method to create a newSourceFilefrom the givenWritableContent.static SourceFileSourceFile.of(WritableContent writableContent) Factory method to create a newSourceFilefrom the givenWritableContent.protected static StringDynamicFile.toString(WritableContent writableContent)