Interface HasLoader

All Known Implementing Classes:
CollectionContainerImpl, CollectionPropertyContainerImpl, InstanceContainerImpl, InstancePropertyContainerImpl, KeyValueCollectionContainerImpl, KeyValueContainerImpl

public interface HasLoader
Interface to be implemented by containers that can be loaded by loaders.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the loader of this container.
    void
    Sets the loader for this container.
  • Method Details

    • getLoader

      @Nullable DataLoader getLoader()
      Returns the loader of this container.
    • setLoader

      void setLoader(DataLoader loader)
      Sets the loader for this container.