Interface RegularTypeLoader

    • Method Detail

      • load

        java.lang.Class<?> load​(ClassDescriptor cd,
                                deltix.util.lang.ExceptionHandler handler)
                         throws java.lang.ClassNotFoundException
        Returns:
        Class for type specified by given descriptor (never null). Implementation of this function must return the same class for identical class descriptors (i.e. must be "pure function").
        Throws:
        java.lang.ClassNotFoundException