Class GrpcProtoDescriptorStore


  • public class GrpcProtoDescriptorStore
    extends Object
    • Constructor Detail

      • GrpcProtoDescriptorStore

        public GrpcProtoDescriptorStore​(MockServerLogger mockServerLogger)
    • Method Detail

      • loadDescriptorSet

        public void loadDescriptorSet​(byte[] descriptorSetBytes)
      • loadDescriptorSetFromPath

        public void loadDescriptorSetFromPath​(Path path)
      • loadDescriptorDirectory

        public void loadDescriptorDirectory​(Path directory)
      • getService

        public com.google.protobuf.Descriptors.ServiceDescriptor getService​(String fullName)
      • getMethod

        public com.google.protobuf.Descriptors.MethodDescriptor getMethod​(String serviceName,
                                                                          String methodName)
      • getAllServices

        public Map<String,​com.google.protobuf.Descriptors.ServiceDescriptor> getAllServices()
      • hasServices

        public boolean hasServices()
      • removeService

        public void removeService​(String fullName)
      • reset

        public void reset()