public class ChildFirstLookupStrategy extends Object implements LookupStrategy
LookupStrategy that given a classloader, will search on that classloader first
and then on it's father| Modifier and Type | Field and Description |
|---|---|
static LookupStrategy |
CHILD_FIRST
Provides access to the strategy
|
| Modifier and Type | Method and Description |
|---|---|
List<ClassLoader> |
getClassLoaders(ClassLoader classLoader)
Determines which class loaders must be used to search a class
|
public static final LookupStrategy CHILD_FIRST
public List<ClassLoader> getClassLoaders(ClassLoader classLoader)
LookupStrategygetClassLoaders in interface LookupStrategyclassLoader - class loader form which the class is being looked up. Non nullCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.