- ThriftConstructor - Annotation Type in com.facebook.swift.codec
-
The constructor Thrift should use when creating the class.
- ThriftEnum - Annotation Type in com.facebook.swift.codec
-
- ThriftEnumValue - Annotation Type in com.facebook.swift.codec
-
Marks the method of a Thrift enum that will return the value of the enum constant in Thrift.
- ThriftException - Annotation Type in com.facebook.swift.service
-
Provides mapping for Thrift method exceptions
- ThriftField - Annotation Type in com.facebook.swift.codec
-
Marks a field, method or parameter as a Thrift field.
- ThriftField.Recursiveness - Enum in com.facebook.swift.codec
-
- ThriftField.Requiredness - Enum in com.facebook.swift.codec
-
Indicates the behavior for a field when a value is not received, or when the value
of the field is not set when sending.
- ThriftIdlAnnotation - Annotation Type in com.facebook.swift.codec
-
- ThriftMethod - Annotation Type in com.facebook.swift.service
-
Marks a method to be exported in a Thrift service.
- ThriftService - Annotation Type in com.facebook.swift.service
-
Marks a class as a service that can be exported with Thrift.
- ThriftStruct - Annotation Type in com.facebook.swift.codec
-
- ThriftUnion - Annotation Type in com.facebook.swift.codec
-
- ThriftUnionId - Annotation Type in com.facebook.swift.codec
-
Marks a field or method as the field containing the state of an union.