Uses of Class
org.dataloader.DataLoaderRegistry.Builder
-
Packages that use DataLoaderRegistry.Builder Package Description org.dataloader -
-
Uses of DataLoaderRegistry.Builder in org.dataloader
Methods in org.dataloader that return DataLoaderRegistry.Builder Modifier and Type Method Description static DataLoaderRegistry.Builder
DataLoaderRegistry. newRegistry()
DataLoaderRegistry.Builder
DataLoaderRegistry.Builder. register(java.lang.String key, DataLoader<?,?> dataLoader)
This will register a new dataloaderDataLoaderRegistry.Builder
DataLoaderRegistry.Builder. registerAll(DataLoaderRegistry otherRegistry)
This will combine together the data loaders in this builder with the ones from a previousDataLoaderRegistry
Constructors in org.dataloader with parameters of type DataLoaderRegistry.Builder Constructor Description DataLoaderRegistry(DataLoaderRegistry.Builder builder)
-