public interface JsonServiceLocator
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getInstance(Class<T> clazz)
Get an instance of a class
|
<T> T getInstance(Class<T> clazz)
T - type of returning objectclazz - class to be searched forCopyright © 2015. All Rights Reserved.