Uses of Interface
org.apache.dubbo.rpc.model.MethodDescriptor
Packages that use MethodDescriptor
-
Uses of MethodDescriptor in org.apache.dubbo.rpc.model
Classes in org.apache.dubbo.rpc.model that implement MethodDescriptorMethods in org.apache.dubbo.rpc.model that return MethodDescriptorModifier and TypeMethodDescriptionDoes not use Optional as return type to avoid potential performance decrease.Does not use Optional as return type to avoid potential performance decrease.Does not use Optional as return type to avoid potential performance decrease.Does not use Optional as return type to avoid potential performance decrease.Does not use Optional as return type to avoid potential performance decrease.Does not use Optional as return type to avoid potential performance decrease.ModuleServiceRepository.lookupMethod(String interfaceName, String methodName) Methods in org.apache.dubbo.rpc.model that return types with arguments of type MethodDescriptorModifier and TypeMethodDescriptionReflectionServiceDescriptor.getAllMethods()ServiceDescriptor.getAllMethods()ServiceModel.getAllMethods()Return all method models for the current serviceStubServiceDescriptor.getAllMethods()ReflectionServiceDescriptor.getMethods(String methodName) ServiceDescriptor.getMethods(String methodName) StubServiceDescriptor.getMethods(String methodName) Methods in org.apache.dubbo.rpc.model with parameters of type MethodDescriptorModifier and TypeMethodDescriptionvoidReflectionServiceDescriptor.addMethod(MethodDescriptor methodDescriptor) voidStubServiceDescriptor.addMethod(MethodDescriptor methodDescriptor) PackableMethodFactory.create(MethodDescriptor methodDescriptor, URL url, String contentType)