Uses of Class
org.springframework.aot.test.generate.file.ResourceFile
Packages that use ResourceFile
Package
Description
Support classes for compiling and testing generated code.
Support classes for running assertions on generated files.
-
Uses of ResourceFile in org.springframework.aot.test.generate.compile
Methods in org.springframework.aot.test.generate.compile that return ResourceFileModifier and TypeMethodDescriptionCompiled.getResourceFile()Return the single resource file that was used when compiled.Methods in org.springframework.aot.test.generate.compile with parameters of type ResourceFileModifier and TypeMethodDescriptionTestCompiler.withResources(ResourceFile... resourceFiles) Create a newTestCompilerinstance with additional resource files.Method parameters in org.springframework.aot.test.generate.compile with type arguments of type ResourceFileModifier and TypeMethodDescriptionTestCompiler.withResources(Iterable<ResourceFile> resourceFiles) Create a newTestCompilerinstance with additional source files. -
Uses of ResourceFile in org.springframework.aot.test.generate.file
Methods in org.springframework.aot.test.generate.file that return ResourceFileModifier and TypeMethodDescriptionGet theResourceFilewith the given path.ResourceFiles.getSingle()Return the singleResourceFilecontained in the collection.static ResourceFileResourceFile.of(String path, CharSequence charSequence) Factory method to create a newResourceFilefrom the givenCharSequence.static ResourceFileResourceFile.of(String path, WritableContent writableContent) Factory method to create a newSourceFilefrom the givenWritableContent.static ResourceFileResourceFile.of(String path, InputStreamSource inputStreamSource) Factory method to create a newResourceFilefrom the givenInputStreamSource.Methods in org.springframework.aot.test.generate.file that return types with arguments of type ResourceFileModifier and TypeMethodDescriptionResourceFiles.iterator()ResourceFiles.stream()Stream theResourceFileinstances contained in this collection.Methods in org.springframework.aot.test.generate.file with parameters of type ResourceFileModifier and TypeMethodDescriptionResourceFiles.and(ResourceFile... resourceFiles) Return a newResourceFilesinstance that merges files from another array ofResourceFileinstances.static ResourceFilesResourceFiles.of(ResourceFile... ResourceFiles) Factory method that can be used to create aResourceFilesinstance containing the specified files.Method parameters in org.springframework.aot.test.generate.file with type arguments of type ResourceFileModifier and TypeMethodDescriptionResourceFiles.and(Iterable<ResourceFile> resourceFiles) Return a newResourceFilesinstance that merges files from another iterable ofResourceFilesinstances.