public class ChildOnlyLookupStrategy extends Object implements LookupStrategy
LookupStrategy that given a classloader, will search on that classloader without
searching on the parent classloader.| Modifier and Type | Field and Description |
|---|---|
static LookupStrategy |
CHILD_ONLY
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_ONLY
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.