Uses of Package
org.infinispan.protostream.annotations.impl
Packages that use org.infinispan.protostream.annotations.impl
Package
Description
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.
Compile time annotations processor for Protostream annotations to generate Protobuf schemas and marshallers.
-
Classes in org.infinispan.protostream.annotations.impl used by org.infinispan.protostream.annotations.implClassDescriptionGenerates a protobuf schema (proto file) based on annotations and also generates marshallers for the types.Dumps proto schema to writer.A Writer with indentation capabilities to support more readable code generation.A
ProtoTypeMetadatafor an enum type created based on annotations.AProtoTypeMetadatafor a message type created based on annotations. -
Classes in org.infinispan.protostream.annotations.impl used by org.infinispan.protostream.annotations.impl.processorClassDescriptionGenerates a protobuf schema (proto file) based on annotations and also generates marshallers for the types.Dumps proto schema to writer.A Writer with indentation capabilities to support more readable code generation.A
ProtoTypeMetadatafor an enum type created based on annotations.AProtoTypeMetadatafor a message type created based on annotations.