ClassFilter

Filter to restrict the classes that can be loaded.

Functions

Link copied to clipboard
open fun and(other: Predicate<in T>): Predicate<T>
Link copied to clipboard
open fun <T> isEqual(targetRef: Any): Predicate<T>
Link copied to clipboard
open fun negate(): Predicate<T>
Link copied to clipboard
open fun <T> not(target: Predicate<in T>): Predicate<T>
Link copied to clipboard
open fun of(hiddenClasses: Array<Class<out Any>>): FilteredClassLoader.ClassFilter
Link copied to clipboard
open fun or(other: Predicate<in T>): Predicate<T>
Link copied to clipboard
open fun test(className: String): Boolean