| Package | Description |
|---|---|
| org.infinispan.protostream |
Library for easy and efficient marshalling of Java objects in Protocol Buffers format.
|
| 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.
|
| org.infinispan.protostream.config |
Configuration classes.
|
| org.infinispan.protostream.descriptors |
Represents information contained in a proto file
|
| org.infinispan.protostream.impl |
Protostream internals.
|
| org.infinispan.protostream.impl.parser |
Protobuf files parser.
|
| org.infinispan.protostream.sampledomain | |
| org.infinispan.protostream.sampledomain.marshallers |
| Class and Description |
|---|
| BaseMarshaller
This is the base interface of the marshaller hierarchy, exposing common methods for identifying the Java and protobuf
types handled by this marshaller instance.
|
| DescriptorParserException
Exception for parse error.
|
| FileDescriptorSource
Aggregator for source protofiles.
|
| FileDescriptorSource.ProgressCallback |
| Message
Deprecated.
this mechanism was replaced by
UnknownFieldSetHandler interface |
| MessageContext |
| MessageMarshaller.ProtoStreamReader
An high-level interface for the wire encoding of a protobuf stream that allows reading named and typed message
fields.
|
| MessageMarshaller.ProtoStreamWriter |
| ProtobufParser |
| RawProtobufMarshaller
A marshaller for messages that has direct access to the low level protobuf streams to read and write tags in an
unchecked manner.
|
| RawProtoStreamReader |
| RawProtoStreamWriter |
| SerializationContext
A repository for protobuf definitions and marshallers.
|
| TagHandler
An event based interface for consuming (read only) protobuf streams.
|
UnknownFieldSet
UnknownFieldSet keeps track of fields seen during parsing of a protocol message but whose field numbers are
not recognized by the user provided marshallers (are never requested by them). |
| WrappedMessage |
| Class and Description |
|---|
| SerializationContext
A repository for protobuf definitions and marshallers.
|
| Class and Description |
|---|
| RawProtoStreamReader |
| RawProtoStreamWriter |
| SerializationContext
A repository for protobuf definitions and marshallers.
|
| Class and Description |
|---|
| AnnotationMetadataCreator |
| Class and Description |
|---|
| AnnotationParserException |
| DescriptorParserException
Exception for parse error.
|
| FileDescriptorSource.ProgressCallback |
| Class and Description |
|---|
| AnnotationParserException |
| BaseMarshaller
This is the base interface of the marshaller hierarchy, exposing common methods for identifying the Java and protobuf
types handled by this marshaller instance.
|
| DescriptorParserException
Exception for parse error.
|
| EnumMarshaller
Translates a Java enum into an
int value that is suitable for serializing with protobuf. |
| FileDescriptorSource
Aggregator for source protofiles.
|
| RawProtobufMarshaller
A marshaller for messages that has direct access to the low level protobuf streams to read and write tags in an
unchecked manner.
|
| RawProtoStreamReader |
| RawProtoStreamWriter |
| SerializationContext
A repository for protobuf definitions and marshallers.
|
| Class and Description |
|---|
| AnnotationParserException |
| DescriptorParser
Main parser interface.
|
| DescriptorParserException
Exception for parse error.
|
| FileDescriptorSource
Aggregator for source protofiles.
|
| Class and Description |
|---|
| BaseMessage
Deprecated.
|
| Message
Deprecated.
this mechanism was replaced by
UnknownFieldSetHandler interface |
UnknownFieldSet
UnknownFieldSet keeps track of fields seen during parsing of a protocol message but whose field numbers are
not recognized by the user provided marshallers (are never requested by them). |
| Class and Description |
|---|
| BaseMarshaller
This is the base interface of the marshaller hierarchy, exposing common methods for identifying the Java and protobuf
types handled by this marshaller instance.
|
| DescriptorParserException
Exception for parse error.
|
| EnumMarshaller
Translates a Java enum into an
int value that is suitable for serializing with protobuf. |
| MessageMarshaller |
| MessageMarshaller.ProtoStreamReader
An high-level interface for the wire encoding of a protobuf stream that allows reading named and typed message
fields.
|
| MessageMarshaller.ProtoStreamWriter |
| SerializationContext
A repository for protobuf definitions and marshallers.
|
UnknownFieldSet
UnknownFieldSet keeps track of fields seen during parsing of a protocol message but whose field numbers are
not recognized by the user provided marshallers (are never requested by them). |
| UnknownFieldSetHandler
An interface to be implemented by marshaller objects of type
MessageMarshaller) that are able to handle
unknown fields by storing them into an UnknownFieldSet. |
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.