类 MethodDescriptorProtoPOJO
java.lang.Object
com.baidu.bjf.remoting.protobuf.descriptor.MethodDescriptorProtoPOJO
JProtobuf POJO supports for
DescriptorProtos.MethodDescriptorProto.- 从以下版本开始:
- 2.0.1
- 作者:
- xiemalin
-
字段概要
字段修饰符和类型字段说明The client streaming.The input type.The name.The options.The output type.The server streaming. -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
name
The name. -
inputType
The input type. -
outputType
The output type. -
options
The options. -
clientStreaming
The client streaming. -
serverStreaming
The server streaming.
-
-
构造器详细资料
-
MethodDescriptorProtoPOJO
public MethodDescriptorProtoPOJO()
-