Uses of Class
io.github.xezzon.zeroweb.dict.DictListResp
Packages that use DictListResp
-
Uses of DictListResp in io.github.xezzon.zeroweb.dict
Methods in io.github.xezzon.zeroweb.dict that return DictListRespModifier and TypeMethodDescriptionDictListResp.Builder.build()
DictListResp.Builder.buildPartial()
static DictListResp
DictListResp.getDefaultInstance()
DictListResp.Builder.getDefaultInstanceForType()
DictListResp.getDefaultInstanceForType()
DictGrpc.DictBlockingStub.getDictListByTag
(DictReq request) 根据字典目获取字典列表static DictListResp
DictListResp.parseDelimitedFrom
(InputStream input) static DictListResp
DictListResp.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictListResp
DictListResp.parseFrom
(byte[] data) static DictListResp
DictListResp.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictListResp
DictListResp.parseFrom
(com.google.protobuf.ByteString data) static DictListResp
DictListResp.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictListResp
DictListResp.parseFrom
(com.google.protobuf.CodedInputStream input) static DictListResp
DictListResp.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictListResp
DictListResp.parseFrom
(InputStream input) static DictListResp
DictListResp.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictListResp
DictListResp.parseFrom
(ByteBuffer data) static DictListResp
DictListResp.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.github.xezzon.zeroweb.dict that return types with arguments of type DictListRespModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<DictListResp>
DictGrpc.DictFutureStub.getDictListByTag
(DictReq request) 根据字典目获取字典列表static io.grpc.MethodDescriptor<DictReq,
DictListResp> DictGrpc.getGetDictListByTagMethod()
com.google.protobuf.Parser<DictListResp>
DictListResp.getParserForType()
static com.google.protobuf.Parser<DictListResp>
DictListResp.parser()
Methods in io.github.xezzon.zeroweb.dict with parameters of type DictListRespModifier and TypeMethodDescriptionDictListResp.Builder.mergeFrom
(DictListResp other) static DictListResp.Builder
DictListResp.newBuilder
(DictListResp prototype) Method parameters in io.github.xezzon.zeroweb.dict with type arguments of type DictListRespModifier and TypeMethodDescriptiondefault void
DictGrpc.AsyncService.getDictListByTag
(DictReq request, io.grpc.stub.StreamObserver<DictListResp> responseObserver) 根据字典目获取字典列表void
DictGrpc.DictStub.getDictListByTag
(DictReq request, io.grpc.stub.StreamObserver<DictListResp> responseObserver) 根据字典目获取字典列表