Uses of Package
org.infinispan.protostream.annotations.impl
-
Packages that use org.infinispan.protostream.annotations.impl Package Description org.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.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.impl used by org.infinispan.commons.dataconversion Class Description GeneratedMarshallerBase Base class for generated message marshallers. -
Classes in org.infinispan.protostream.annotations.impl used by org.infinispan.commons.marshall Class Description GeneratedMarshallerBase Base class for generated message marshallers. -
Classes in org.infinispan.protostream.annotations.impl used by org.infinispan.commons.util Class Description GeneratedMarshallerBase Base class for generated message marshallers. -
Classes in org.infinispan.protostream.annotations.impl used by org.infinispan.counter.api Class Description GeneratedMarshallerBase Base class for generated message marshallers. -
Classes in org.infinispan.protostream.annotations.impl used by org.infinispan.counter.impl.entries Class Description GeneratedMarshallerBase Base class for generated message marshallers. -
Classes in org.infinispan.protostream.annotations.impl used by org.infinispan.counter.impl.strong Class Description GeneratedMarshallerBase Base class for generated message marshallers. -
Classes in org.infinispan.protostream.annotations.impl used by org.infinispan.counter.impl.weak Class Description GeneratedMarshallerBase Base class for generated message marshallers. -
Classes in org.infinispan.protostream.annotations.impl used by org.infinispan.protostream.annotations.impl Class Description AbstractMarshallerCodeGenerator BaseProtoSchemaGenerator Generates a protobuf schema (proto file) based on annotations and also generates marshallers for the types.HasProtoSchema Dumps proto schema to writer.IndentWriter A Writer capable of appending Strings in a similar manner to StringWriter but with indentation capabilities to support more readable code generation.ProtoEnumTypeMetadata AProtoTypeMetadatafor an enum type created based on annotations during the current execution ofProtoSchemaBuilder.ProtoEnumValueMetadata ProtoFieldMetadata ProtoMessageTypeMetadata AProtoTypeMetadatafor a message type created based on annotations during the current execution ofProtoSchemaBuilder.ProtoTypeMetadata