Uses of Enum
org.apache.dubbo.rpc.model.MethodDescriptor.RpcType
Packages that use MethodDescriptor.RpcType
-
Uses of MethodDescriptor.RpcType in org.apache.dubbo.rpc.model
Methods in org.apache.dubbo.rpc.model that return MethodDescriptor.RpcTypeModifier and TypeMethodDescriptionMethodDescriptor.getRpcType()ReflectionMethodDescriptor.getRpcType()StubMethodDescriptor.getRpcType()static MethodDescriptor.RpcTypeReturns the enum constant of this type with the specified name.static MethodDescriptor.RpcType[]MethodDescriptor.RpcType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.dubbo.rpc.model with parameters of type MethodDescriptor.RpcTypeModifierConstructorDescriptionStubMethodDescriptor(String methodName, Class<?> requestClass, Class<?> responseClass, StubServiceDescriptor serviceDescriptor, MethodDescriptor.RpcType rpcType, Pack requestPack, Pack responsePack, UnPack requestUnpack, UnPack responseUnpack)