Uses of Class
org.springframework.aot.test.generator.file.DynamicFile
Packages that use DynamicFile
Package
Description
Support classes for running assertions on generated files.
-
Uses of DynamicFile in org.springframework.aot.test.generator.file
Classes in org.springframework.aot.test.generator.file with type parameters of type DynamicFileModifier and TypeClassDescriptionclassDynamicFileAssert<A extends DynamicFileAssert<A,F>, F extends DynamicFile> Assertion methods forDynamicFileinstances.Subclasses of DynamicFile in org.springframework.aot.test.generator.fileModifier and TypeClassDescriptionfinal classDynamicFilethat holds resource file content and providesResourceFileAssertsupport.final classDynamicFilethat holds Java source code and providesSourceFileAssertsupport.