Package jodd.util

Interface ClassLoaderStrategy

All Known Implementing Classes:
ClassLoaderStrategy.DefaultClassLoaderStrategy
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 ClassLoaderStrategy
Class loader strategy defines how classes should be loaded.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Default Jodd class loader strategy.
  • Method Summary

    Modifier and Type
    Method
    Description
    loadClass(String className, ClassLoader classLoader)
    Loads class with given name and optionally provided class loader.