public static class StringLoader.StreamFactory extends Object implements ModelLoaderFactory<String,InputStream>
InputStreams from Strings.| Constructor and Description |
|---|
StreamFactory() |
| Modifier and Type | Method and Description |
|---|---|
ModelLoader<String,InputStream> |
build(MultiModelLoaderFactory multiFactory)
Build a concrete ModelLoader for this model type.
|
void |
teardown()
A lifecycle method that will be called when this factory is about to replaced.
|
public ModelLoader<String,InputStream> build(MultiModelLoaderFactory multiFactory)
ModelLoaderFactorybuild in interface ModelLoaderFactory<String,InputStream>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<String,InputStream>