类的使用
org.redkale.net.http.RestConvert
-
使用RestConvert的程序包 程序包 说明 org.redkale.boot.watch 提供系统默认监控包org.redkale.net.http HTTP协议包,提供HTTP协议服务器 -
-
org.redkale.boot.watch中RestConvert的使用
注释类型为RestConvert的org.redkale.boot.watch中的方法 修饰符和类型 方法 说明 RetResult
ServiceWatchService. getField(String name, String type, String field)
RetResult
ServiceWatchService. runMethod(String name, String type, String method, List<String> params, List<String> paramtypes)
RetResult
ServiceWatchService. setField(String name, String type, String field, String value)
-
org.redkale.net.http中RestConvert的使用
返回RestConvert的org.redkale.net.http中的方法 修饰符和类型 方法 说明 RestConvert[]
value()
参数类型为RestConvert的org.redkale.net.http中的方法 修饰符和类型 方法 说明 static JsonFactory
Rest. createJsonFactory(int features, RestConvert[] converts, RestConvertCoder[] coders)
static JsonFactory
Rest. createJsonFactory(RestConvert[] converts, RestConvertCoder[] coders)
-