| Package | Description | 
|---|---|
| net.bytebuddy.dynamic.loading | This package contains classes that are responsible for class loading of classes that are represented by
  bytearrays. | 
| Modifier and Type | Method and Description | 
|---|---|
| MultipleParentClassLoader.Builder | MultipleParentClassLoader.Builder. append(Class<?>... type)Appends the class loaders of the given types. | 
| MultipleParentClassLoader.Builder | MultipleParentClassLoader.Builder. append(ClassLoader... classLoader)Appends the given class loaders if they were not yet collected. | 
| MultipleParentClassLoader.Builder | MultipleParentClassLoader.Builder. append(Collection<Class<?>> types)Appends the class loaders of the given types if those class loaders were not yet collected. | 
| MultipleParentClassLoader.Builder | MultipleParentClassLoader.Builder. append(List<? extends ClassLoader> classLoaders)Appends the given class loaders if they were not yet collected. | 
| MultipleParentClassLoader.Builder | MultipleParentClassLoader.Builder. filter(ElementMatcher<? super ClassLoader> matcher)Removes all class loaders that match the given filter. | 
Copyright © 2014–2016. All rights reserved.