| Enum | Description |
|---|---|
| ThriftField.Recursiveness | |
| ThriftField.Requiredness |
Indicates the behavior for a field when a value is not received, or when the value
of the field is not set when sending.
|
| Annotation Type | Description |
|---|---|
| ThriftConstructor |
The constructor Thrift should use when creating the class.
|
| ThriftDocumentation | |
| ThriftEnum | |
| ThriftEnumUnknownValue |
Marks the enum constant to use when decoding an unknown enum value.
|
| ThriftEnumValue |
Marks the method of a Thrift enum that will return the value of the enum constant in Thrift.
|
| ThriftException |
Provides mapping for Thrift method exceptions
|
| ThriftField |
Marks a field, method or parameter as a Thrift field.
|
| ThriftHeader |
Maps a parameter to a Thrift header.
|
| ThriftId |
Provides mapping for Thrift method exceptions IDs
|
| ThriftIdlAnnotation | |
| ThriftMethod |
Marks a method to be exported in a Thrift service.
|
| ThriftOrder | |
| ThriftService |
Marks a class as a service that can be exported with Thrift.
|
| ThriftStruct | |
| ThriftUnion | |
| ThriftUnionId |
Marks a field or method as the field containing the state of an union.
|
Copyright © 2012–2023. All rights reserved.