Interface DataLoader<T>
- All Known Implementing Classes:
AbstractJsonDataLoader,JsonLookupDataLoader,JsonProjectionDataLoader,JsonReportDataLoader
public interface DataLoader<T>
Interface to lookup model related data from an external source. The data is typically a model instance that can be
loaded from a json source (e.g. file, rest api).
-
Method Summary
-
Method Details
-
load
-