Uses of Interface
org.apache.dubbo.rpc.model.Pack
Packages that use Pack
-
Uses of Pack in org.apache.dubbo.rpc.model
Methods in org.apache.dubbo.rpc.model that return PackModifier and TypeMethodDescriptionPackableMethod.getRequestPack()StubMethodDescriptor.getRequestPack()PackableMethod.getResponsePack()StubMethodDescriptor.getResponsePack()Constructors in org.apache.dubbo.rpc.model with parameters of type PackModifierConstructorDescriptionStubMethodDescriptor(String methodName, Class<?> requestClass, Class<?> responseClass, MethodDescriptor.RpcType rpcType, Pack requestPack, Pack responsePack, UnPack requestUnpack, UnPack responseUnpack)