类的使用
org.apache.dubbo.config.MethodConfig
-
使用MethodConfig的程序包 程序包 说明 com.alibaba.dubbo.config org.apache.dubbo.config org.apache.dubbo.config.bootstrap.builders A bunch of builder classes to facilitate programming of raw API.org.apache.dubbo.config.utils -
-
com.alibaba.dubbo.config中MethodConfig的使用
com.alibaba.dubbo.config中MethodConfig的子类 修饰符和类型 类 说明 classMethodConfig已过时。 -
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) -
org.apache.dubbo.config.bootstrap.builders中MethodConfig的使用
返回MethodConfig的org.apache.dubbo.config.bootstrap.builders中的方法 修饰符和类型 方法 说明 MethodConfigMethodBuilder. build()参数类型为MethodConfig的org.apache.dubbo.config.bootstrap.builders中的方法 修饰符和类型 方法 说明 ReferenceBuilder<T>ReferenceBuilder. addMethod(MethodConfig method)ServiceBuilder<U>ServiceBuilder. addMethod(MethodConfig method)类型变量类型为MethodConfig的org.apache.dubbo.config.bootstrap.builders中的方法参数 修饰符和类型 方法 说明 ReferenceBuilder<T>ReferenceBuilder. addMethods(List<MethodConfig> methods)ServiceBuilder<U>ServiceBuilder. addMethods(List<? extends MethodConfig> methods) -
org.apache.dubbo.config.utils中MethodConfig的使用
参数类型为MethodConfig的org.apache.dubbo.config.utils中的方法 修饰符和类型 方法 说明 static voidConfigValidationUtils. validateMethodConfig(MethodConfig config)
-