Interface CustomLoaderLayout

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CustomLoaderLayout
Additional interface that can be implemented by Layouts that write their own loader classes.
Since:
1.5.0
Author:
Phillip Webb
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Write the required loader classes into the JAR.
  • Method Details

    • writeLoadedClasses

      void writeLoadedClasses(LoaderClassesWriter writer) throws IOException
      Write the required loader classes into the JAR.
      Parameters:
      writer - the writer used to write the classes
      Throws:
      IOException - if the classes cannot be written