class Proto::Generator::CanonicalTypeNameResolver

Defined in:

proto/generator/type_resolver.cr

Constructors

Instance Method Summary

Instance methods inherited from class Proto::Generator::TypeNameResolver

resolve(proto_type : String, current_package : String) : String resolve

Constructor methods inherited from class Proto::Generator::TypeNameResolver

build(parameter : String, files : Array(Bootstrap::FileDescriptorProto)) : TypeNameResolver build

Constructor Detail

def self.new(index : TypeIndex | Nil = nil) #

[View source]

Instance Method Detail

def resolve(proto_type : String, current_package : String) : String #

[View source]