Uses of Interface
org.springframework.boot.loader.tools.LoaderClassesWriter
Packages that use LoaderClassesWriter
Package
Description
Tools for generating executable JAR/WAR files.
-
Uses of LoaderClassesWriter in org.springframework.boot.loader.tools
Classes in org.springframework.boot.loader.tools that implement LoaderClassesWriterModifier and TypeClassDescriptionclassAbstract base class for JAR writers.classWrites JAR content, ensuring valid directory entries are always created and duplicate items are ignored.Methods in org.springframework.boot.loader.tools with parameters of type LoaderClassesWriterModifier and TypeMethodDescriptionvoidCustomLoaderLayout.writeLoadedClasses(LoaderClassesWriter writer) Write the required loader classes into the JAR.