Interface DescriptorProvider

All Known Implementing Classes:
TypeRegistryDescriptorProvider, TypeRegistryWrapper

public interface DescriptorProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Descriptors.GenericDescriptor
    findByName(String protoMessageFullyQualifiedName)
     
    com.google.protobuf.Descriptors.Descriptor
     
  • Method Details

    • getDescriptorForTypeUrl

      com.google.protobuf.Descriptors.Descriptor getDescriptorForTypeUrl(String messageTypeURL)
    • findByName

      com.google.protobuf.Descriptors.GenericDescriptor findByName(String protoMessageFullyQualifiedName)