Class ChildFirstClassLoader

java.lang.Object
java.lang.ClassLoader
org.apache.unomi.persistence.elasticsearch.ChildFirstClassLoader

public class ChildFirstClassLoader extends ClassLoader
This class loader will always try to load classes first from the child URL class loader and will only resort to the parent class loader if the class coudln't be found.