类的使用
org.apache.dubbo.config.MethodConfig
-
使用MethodConfig的程序包 程序包 说明 org.apache.dubbo.config -
-
org.apache.dubbo.config中MethodConfig的使用
返回变量类型为MethodConfig的类型的org.apache.dubbo.config中的方法 修饰符和类型 方法 说明 static List<MethodConfig>MethodConfig. constructMethodConfig(Method[] methods)List<MethodConfig>AbstractInterfaceConfig. getMethods()类型变量类型为MethodConfig的org.apache.dubbo.config中的方法参数 修饰符和类型 方法 说明 voidAbstractInterfaceConfig. checkInterfaceAndMethods(Class<?> interfaceClass, List<MethodConfig> methods)Check whether the remote service interface and the methods meet with Dubbo's requirements.it mainly check, if the methods configured in the configuration file are included in the interface of remote servicevoidAbstractInterfaceConfig. setMethods(List<? extends MethodConfig> methods)
-