Interface BootstrapProxyProvider
public interface BootstrapProxyProvider
This SPI can be used to find a class loader which can be used to look up bootstrap resources.
-
Method Summary
Modifier and TypeMethodDescriptionProvide a class loader which can be used to look up bootstrap resources.
-
Method Details
-
getBootstrapProxy
ClassLoader getBootstrapProxy()Provide a class loader which can be used to look up bootstrap resources.
-