Class ImportedProtoTypeMetadata

java.lang.Object
org.infinispan.protostream.annotations.impl.ProtoTypeMetadata
org.infinispan.protostream.annotations.impl.ImportedProtoTypeMetadata
All Implemented Interfaces:
HasProtoSchema

public final class ImportedProtoTypeMetadata extends ProtoTypeMetadata
A ProtoTypeMetadata for a message or enum type that is defined in an external protobuf schema and its definition was not created based on annotations.
Since:
4.3
Author:
[email protected]