Uses of Package
org.infinispan.protostream.annotations
-
Packages that use org.infinispan.protostream.annotations Package Description 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.annotations.impl.types Abstract unified representation of Java language types, to isolate code generation from direct dependencies on the actual type system implementation. -
Classes in org.infinispan.protostream.annotations used by org.infinispan.protostream.annotations Class Description ProtoDoc The documentation text of the generated message type, enum type or field.ProtoSchemaBuilder Generates a Protocol Buffers schema definition file and associated marshallers based on a set of@Proto*
annotated classes.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 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.types Class Description ProtoDoc The documentation text of the generated message type, enum type or field.