Skip to content
Advertisement

Tag: protobuf-java

Generic getDefaultInstance() for java protobuf

I’m trying to write a static util function that takes in a protobuf object and determine if it’s a default instance, something along the line of: Would like for it to be able to apply to a range of protobuf objects like Struct / Types / Messages, however getDefaultInstance() appears to only get defined in the child classes. I’m thinking

Advertisement