Uses of Class
org.springframework.core.test.tools.ClassFiles
Packages that use ClassFiles
Package
Description
Support classes for compiling and testing generated code.
-
Uses of ClassFiles in org.springframework.core.test.tools
Methods in org.springframework.core.test.tools that return ClassFilesModifier and TypeMethodDescriptionReturn a newClassFilesinstance that merges classes from another iterable ofClassFilesinstances.Return a newClassFilesinstance that merges classes from another array ofClassFileinstances.static ClassFilesClassFiles.none()Return aClassFilesinstance with no items.static ClassFilesFactory method that can be used to create aClassFilesinstance containing the specified classes.Constructors in org.springframework.core.test.tools with parameters of type ClassFilesModifierConstructorDescriptionDynamicClassLoader(ClassLoader parent, ClassFiles classFiles, ResourceFiles resourceFiles, Map<String, org.springframework.core.test.tools.DynamicClassFileObject> dynamicClassFiles, Map<String, org.springframework.core.test.tools.DynamicResourceFileObject> dynamicResourceFiles)