Uses of Class
io.github.xezzon.zeroweb.dict.DictReq
Packages that use DictReq
-
Uses of DictReq in io.github.xezzon.zeroweb.dict
Methods in io.github.xezzon.zeroweb.dict that return DictReqModifier and TypeMethodDescriptionDictReq.Builder.build()
DictReq.Builder.buildPartial()
static DictReq
DictReq.getDefaultInstance()
DictReq.Builder.getDefaultInstanceForType()
DictReq.getDefaultInstanceForType()
static DictReq
DictReq.parseDelimitedFrom
(InputStream input) static DictReq
DictReq.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictReq
DictReq.parseFrom
(byte[] data) static DictReq
DictReq.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictReq
DictReq.parseFrom
(com.google.protobuf.ByteString data) static DictReq
DictReq.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictReq
DictReq.parseFrom
(com.google.protobuf.CodedInputStream input) static DictReq
DictReq.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictReq
DictReq.parseFrom
(InputStream input) static DictReq
DictReq.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictReq
DictReq.parseFrom
(ByteBuffer data) static DictReq
DictReq.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.github.xezzon.zeroweb.dict that return types with arguments of type DictReqModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DictReq,
DictListResp> DictGrpc.getGetDictListByTagMethod()
com.google.protobuf.Parser<DictReq>
DictReq.getParserForType()
static com.google.protobuf.Parser<DictReq>
DictReq.parser()
Methods in io.github.xezzon.zeroweb.dict with parameters of type DictReqModifier and TypeMethodDescriptiondefault void
DictGrpc.AsyncService.getDictListByTag
(DictReq request, io.grpc.stub.StreamObserver<DictListResp> responseObserver) 根据字典目获取字典列表DictGrpc.DictBlockingStub.getDictListByTag
(DictReq request) 根据字典目获取字典列表com.google.common.util.concurrent.ListenableFuture<DictListResp>
DictGrpc.DictFutureStub.getDictListByTag
(DictReq request) 根据字典目获取字典列表void
DictGrpc.DictStub.getDictListByTag
(DictReq request, io.grpc.stub.StreamObserver<DictListResp> responseObserver) 根据字典目获取字典列表void
DictGrpcServer.getDictListByTag
(DictReq request, io.grpc.stub.StreamObserver<DictListResp> responseObserver) 查询指定字典目下所有字典项的列表(服务间接口)static DictReq.Builder
DictReq.newBuilder
(DictReq prototype)