Interface ValueLoaderFactory<T>

  • All Known Implementing Classes:
    ValueLoaderFactoryImpl

    public interface ValueLoaderFactory<T>
    Factory for the creation of a ValueLoader.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • createValueLoader

        ValueLoader createValueLoader​(T object)
                               throws java.lang.Exception
        Creates the ValueLoader for the object.
        Parameters:
        object - Object to have values loaded onto it.
        Returns:
        ValueLoader for the object.
        Throws:
        java.lang.Exception - If fails to create the ValueLoader.
      • getValueNames

        ValueName[] getValueNames()
        Obtains the listing of ValueName instances that can be loaded.
        Returns:
        Listing of ValueName instances that can be loaded.