doWithEntry

open fun doWithEntry(classLoader: ClassLoader, action: BiConsumer<Class<out Any>, Class<out Any>>)

Perform an action on each entry defined by this instance. If a class needs to be resolved from its class name, the specified ClassLoader is used.

Parameters

classLoader

the classloader to use to resolve class name if necessary

action

the action to invoke on each type to mixin class entry