ScalaPB icon indicating copy to clipboard operation
ScalaPB copied to clipboard

Define trait for GeneratedEnumCompanion’s fromJavaValue/toJavaValue

Open tarmath opened this issue 1 year ago • 1 comments

Hello!

There exists a base trait, namely JavaProtoSupport, that declares an interface for using fromJavaProto/ toJavaProto methods on GeneratedMessageCompanion objects in a generic fashion.

Likewise, would there be interest in having a trait for declaring an interface over fromJavaValue/ toJavaValue for GeneratedEnum's?

Many Thanks!

tarmath avatar Mar 12 '24 18:03 tarmath