FilteredClassLoader
Test URLClassLoader that can filter the classes and resources it can load.
Author
Andy Wilkinson
Stephane Nicoll
Phillip Webb
Roy Jacobs
Since
2.0.0
Constructors
Link copied to clipboard
Create a FilteredClassLoader that hides the given classes.
Create a FilteredClassLoader with the given
parent
that hides the given classes.Create a FilteredClassLoader that hides classes from the given packages.
Create a FilteredClassLoader that hides resources from the given classpath resources.
Create a FilteredClassLoader that filters based on the given predicate.
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun publicDefineClass(name: String, b: Array<Byte>, protectionDomain: ProtectionDomain): Class<out Any>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard