Uses of Interface
org.infinispan.protostream.annotations.impl.HasProtoSchema
-
Packages that use HasProtoSchema Package Description org.infinispan.protostream.annotations.impl Holds the internal representation of Protobuf type metadata defined via annotations and the processors that handle this metadata in order to generate Protobuf schemas and marshallers. -
-
Uses of HasProtoSchema in org.infinispan.protostream.annotations.impl
Classes in org.infinispan.protostream.annotations.impl that implement HasProtoSchema Modifier and Type Class Description classImportedProtoTypeMetadataAProtoTypeMetadatafor a message or enum type that is defined in an external protobuf schema and its definition was not created based on annotations during the current execution of aProtoSchemaBuilder.classProtoEnumTypeMetadataAProtoTypeMetadatafor an enum type created based on annotations during the current execution ofProtoSchemaBuilder.classProtoEnumValueMetadataclassProtoFieldMetadataclassProtoMessageTypeMetadataAProtoTypeMetadatafor a message type created based on annotations during the current execution ofProtoSchemaBuilder.classProtoTypeMetadata
-