public interface ValueLoaderFactory<T>
ValueLoader
.Modifier and Type | Method and Description |
---|---|
ValueLoader |
createValueLoader(T object)
Creates the
ValueLoader for the object. |
ValueLoader createValueLoader(T object) throws Exception
ValueLoader
for the object.object
- Object to have values loaded onto it.ValueLoader
for the object.Exception
- If fails to create the ValueLoader
.Copyright © 2005–2016. All rights reserved.