| 枚举 | 说明 |
|---|---|
| Checksum.Type |
| 注释类型 | 说明 |
|---|---|
| AsciiArrayType |
Defines an Ascii array type annotation.
|
| AsciiType |
Defines an Ascii type annotation.
|
| AutoType |
Defines an AutoType annotation.
|
| BinaryType |
Defines a Binary type annotation.
|
| BoolArrayType |
Boolean array type, can be used to annotate field type of Boolean[]/boolean[]/List
|
| BoolType |
Defines a Boolean type annotation.
|
| CharArrayType |
Defines a Character array type annotation.
|
| CharType |
Defines a CharType annotation.
|
| Checksum |
Annotation for checksum validation.
|
| DataType |
Annotation used to identify other annotations that represent data types.
|
| DecodingFormula |
Annotation for decoding formula.
|
| DecodingIgnore |
Annotation indicating that the annotated field should be ignored during the decoding process.
|
| DefaultBitOrder |
Annotation for modifying the default bit order in FastProto.
|
| DefaultByteOrder |
Annotation for modifying the default byte order in FastProto.
|
| DoubleArrayType |
Annotation for a Double array type.
|
| DoubleType |
Annotation for a Double type.
|
| EncodingFormula |
Annotation for encoding formula.
|
| EncodingIgnore |
Annotation to ignore a field during the encoding process.
|
| EnumType |
Annotation for Enum type.
|
| FloatArrayType |
Annotation for a Float array type.
|
| FloatType |
Annotation for Float type.
|
| GenerateCodec |
Mark protocol class for codec generation.
|
| Int16ArrayType |
Annotation for Int16 array type.
|
| Int16Type |
Annotation for Int16 type.
|
| Int32ArrayType |
Annotation for Int32 array type.
|
| Int32Type |
Annotation for Int32 type.
|
| Int64ArrayType |
Annotation for Int64 array type.
|
| Int64Type |
Annotation for Int64 type.
|
| Int8ArrayType |
Annotation for Int8 array type.
|
| Int8Type |
Annotation for Int8 type.
|
| StringType |
Annotation for StringType.
|
| TimeType |
Annotation for Time type.
|
| UInt16ArrayType |
Annotation for UInt16 array type.
|
| UInt16Type |
Annotation for UInt16 type.
|
| UInt32ArrayType |
Annotation for UInt32 array type.
|
| UInt32Type |
Annotation for UInt32 type.
|
| UInt64ArrayType |
Annotation for UInt64 array type.
|
| UInt64Type |
Annotation for UInt64 type.
|
| UInt8ArrayType |
Annotation for UInt8 array type.
|
| UInt8Type |
Annotation for UInt8 type.
|
| Validator |
Annotation for Validator.
|
Copyright © 2019–2025 indunet. All rights reserved.