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 TypeClassDescriptionclass
Abstract base class for JAR writers.class
Writes 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 TypeMethodDescriptionvoid
CustomLoaderLayout.writeLoadedClasses
(LoaderClassesWriter writer) Write the required loader classes into the JAR.