Uses of Interface
org.springframework.core.test.tools.WritableContent
Packages that use WritableContent
Package
Description
Support classes for compiling and testing generated code.
-
Uses of WritableContent in org.springframework.core.test.tools
Methods in org.springframework.core.test.tools with parameters of type WritableContentModifier and TypeMethodDescriptionvoidTestCompiler.compile(WritableContent content, Consumer<Compiled> compiled) Compile content from this instance along with the additional provided content.static 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)