类的使用
org.apache.dubbo.rpc.model.ConsumerMethodModel
-
使用ConsumerMethodModel的程序包 程序包 说明 org.apache.dubbo.rpc.model -
-
org.apache.dubbo.rpc.model中ConsumerMethodModel的使用
返回ConsumerMethodModel的org.apache.dubbo.rpc.model中的方法 修饰符和类型 方法 说明 ConsumerMethodModelConsumerModel. getMethodModel(Method method)Return method model for the given method on consumer sideConsumerMethodModelConsumerModel. getMethodModel(String method)Return method model for the given method on consumer sideConsumerMethodModelConsumerModel. getMethodModel(String method, String[] argsType)返回变量类型为ConsumerMethodModel的类型的org.apache.dubbo.rpc.model中的方法 修饰符和类型 方法 说明 List<ConsumerMethodModel>ConsumerModel. getAllMethodModels()Return all method models for the current service
-