类 SinoBeanContext
- java.lang.Object
-
- net.sinodawn.framework.context.SinoBeanContext
-
public class SinoBeanContext extends Object
-
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static <T extends GenericService<?,?>>
TgetServiceByRESTfulAPI(String restAPI)static <T extends GenericService<?,?>>
TgetServiceByTable(String table)static voidinit()
-
-
-
方法详细资料
-
init
public static void init()
-
getServiceByTable
public static <T extends GenericService<?,?>> T getServiceByTable(String table)
-
getServiceByRESTfulAPI
public static <T extends GenericService<?,?>> T getServiceByRESTfulAPI(String restAPI)
-
-