See: Description
| Class | Description |
|---|---|
| ProtoSchemaBuilder |
Generates a Protocol Buffers schema definition file based on a set of @Proto* annotated classes.
|
| Exception | 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.
|
| Annotation Type | Description |
|---|---|
| ProtoDoc |
Defines the documentation text of the generated message/enum type or field.
|
| ProtoEnum |
Defines a Protobuf enum type.
|
| ProtoEnumValue |
Defines a Protobuf enum value.
|
| ProtoField |
Defines a Protocol Buffers message field.
|
| ProtoMessage |
Defines a Protobuf message type.
|
| ProtoUnknownFieldSet |
Indicates the field or java-bean property of type
UnknownFieldSet to be used for
storing the unknown field set. |
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.