Uses of Package
org.infinispan.protostream.annotations
-
Packages that use org.infinispan.protostream.annotations Package Description org.infinispan.commons Commons packageorg.infinispan.commons.dataconversion org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities.org.infinispan.commons.util Commons package providing various utility classesorg.infinispan.counter.api Clustered Counters API.org.infinispan.counter.impl.entries org.infinispan.counter.impl.strong org.infinispan.counter.impl.weak org.infinispan.protostream.annotations Annotations for defining Protocol Buffers schemas in Java code.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. -
Classes in org.infinispan.protostream.annotations used by org.infinispan.commons Class Description AutoProtoSchemaBuilder Generates compile-time auto-implementations ofSerializationContextInitializer. -
Classes in org.infinispan.protostream.annotations used by org.infinispan.commons.dataconversion Class Description ProtoFactory An optional annotation that designates the constructor or static method that is used for creating instances of a message class.ProtoTypeId An optional annotation for specifying the a numeric type identifier for a Protobuf message or enum type. -
Classes in org.infinispan.protostream.annotations used by org.infinispan.commons.marshall Class Description AutoProtoSchemaBuilder Generates compile-time auto-implementations ofSerializationContextInitializer.ProtoFactory An optional annotation that designates the constructor or static method that is used for creating instances of a message class.ProtoField Defines a Protocol Buffers message field.ProtoTypeId An optional annotation for specifying the a numeric type identifier for a Protobuf message or enum type. -
Classes in org.infinispan.protostream.annotations used by org.infinispan.commons.util Class Description ProtoFactory An optional annotation that designates the constructor or static method that is used for creating instances of a message class.ProtoTypeId An optional annotation for specifying the a numeric type identifier for a Protobuf message or enum type. -
Classes in org.infinispan.protostream.annotations used by org.infinispan.counter.api Class Description ProtoField Defines a Protocol Buffers message field.ProtoTypeId An optional annotation for specifying the a numeric type identifier for a Protobuf message or enum type. -
Classes in org.infinispan.protostream.annotations used by org.infinispan.counter.impl.entries Class Description ProtoField Defines a Protocol Buffers message field.ProtoTypeId An optional annotation for specifying the a numeric type identifier for a Protobuf message or enum type. -
Classes in org.infinispan.protostream.annotations used by org.infinispan.counter.impl.strong Class Description ProtoField Defines a Protocol Buffers message field.ProtoTypeId An optional annotation for specifying the a numeric type identifier for a Protobuf message or enum type. -
Classes in org.infinispan.protostream.annotations used by org.infinispan.counter.impl.weak Class Description ProtoField Defines a Protocol Buffers message field.ProtoTypeId An optional annotation for specifying the a numeric type identifier for a Protobuf message or enum type. -
Classes in org.infinispan.protostream.annotations used by org.infinispan.protostream.annotations Class Description ProtoDoc Deprecated.For ProtoStream documentation comment annotations, annotate directly theProtoFields with the annotations to add.ProtoReserved Injects 'reserved' statements in the generated schema of a message or enum type.ProtoReserved.Range A range of field numbers or enum constants.ProtoSchemaBuilder Deprecated.since 4.3.4.ProtoSchemaBuilderException A runtime exception that can be thrown during the generation of the Protocol Buffers schema and marshallers either due to improper API usage or due to internal errors. -
Classes in org.infinispan.protostream.annotations used by org.infinispan.protostream.annotations.impl Class Description ProtoField Defines a Protocol Buffers message field.