Class ClassResolutionByFile

    • Constructor Detail

      • ClassResolutionByFile

        public ClassResolutionByFile()
        Constructor taking a MappingLoader.
    • Method Detail

      • resolve

        public ClassDescriptor resolve​(java.lang.Class type)
        Tries to load a ClassDescriptor for the given type from the filesystem by lookup the subpackage specified in "jdo_descriptors" using the ClassLoader of the ClassLoaderNature .
        Parameters:
        type - to lookup the descriptor for.
        Returns:
        an instance of ClassDescriptor if found, null if not.