Model - The type of model that will also be returned as decodable data.public static class UnitModelLoader.Factory<Model> extends Object implements ModelLoaderFactory<Model,Model>
UnitModelLoaders.| Constructor and Description |
|---|
Factory()
Deprecated.
Use
getInstance() instead. |
| Modifier and Type | Method and Description |
|---|---|
ModelLoader<Model,Model> |
build(MultiModelLoaderFactory multiFactory)
Build a concrete ModelLoader for this model type.
|
static <T> UnitModelLoader.Factory<T> |
getInstance() |
void |
teardown()
A lifecycle method that will be called when this factory is about to replaced.
|
@Deprecated public Factory()
getInstance() instead.public static <T> UnitModelLoader.Factory<T> getInstance()
public ModelLoader<Model,Model> build(MultiModelLoaderFactory multiFactory)
ModelLoaderFactorybuild in interface ModelLoaderFactory<Model,Model>multiFactory - A map of classes to factories that can be used to construct additional
ModelLoaders that this factory's ModelLoader may depend onModelLoaderpublic void teardown()
ModelLoaderFactoryteardown in interface ModelLoaderFactory<Model,Model>