Package com.kingsrook.qqq.backend.core.instances.loaders
package com.kingsrook.qqq.backend.core.instances.loaders
-
ClassDescriptionAbstractMetaDataLoader<T extends QMetaDataObject>Abstract base class in hierarchy of classes that know how to construct invalid input: '&' populate QMetaDataObject instances, based on input streams (e.g., from files).Generic implementation of AbstractMetaDataLoader, who "detects" the class of meta data object to be created, then defers to an appropriate subclass to do the work.Record to track where loader objects are - e.g., what file they're on, and at what property path within the file (e.g., helps report problems).record that tracks a problem that was encountered when loading files.class that loads a directory full of meta data files into meta data objects, and then sets all of them in a QInstance.