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 DictListRespDictListResp.getDefaultInstance()DictListResp.Builder.getDefaultInstanceForType()DictListResp.getDefaultInstanceForType()DictGrpc.DictBlockingStub.getDictListByTag(DictReq request) 根据字典目获取字典列表DictGrpc.DictBlockingV2Stub.getDictListByTag(DictReq request) 根据字典目获取字典列表static DictListRespDictListResp.parseDelimitedFrom(InputStream input) static DictListRespDictListResp.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictListRespDictListResp.parseFrom(byte[] data) static DictListRespDictListResp.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictListRespDictListResp.parseFrom(com.google.protobuf.ByteString data) static DictListRespDictListResp.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictListRespDictListResp.parseFrom(com.google.protobuf.CodedInputStream input) static DictListRespDictListResp.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictListRespDictListResp.parseFrom(InputStream input) static DictListRespDictListResp.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictListRespDictListResp.parseFrom(ByteBuffer data) static DictListRespDictListResp.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.BuilderDictListResp.newBuilder(DictListResp prototype) Method parameters in io.github.xezzon.zeroweb.dict with type arguments of type DictListRespModifier and TypeMethodDescriptiondefault voidDictGrpc.AsyncService.getDictListByTag(DictReq request, io.grpc.stub.StreamObserver<DictListResp> responseObserver) 根据字典目获取字典列表voidDictGrpc.DictStub.getDictListByTag(DictReq request, io.grpc.stub.StreamObserver<DictListResp> responseObserver) 根据字典目获取字典列表