| 注释类型 | 说明 |
|---|---|
| AsciiArrayType |
Ascii array type which use ascii charset, each character takes 1 byte, can be used to annotate field type of Character[]/char[].
|
| AsciiType |
ASCII type which takes 1 byte, can be used to annotate field type of Character/char.
|
| AutoType |
Auto type.
|
| BinaryType |
Binary type, can be used to annotate field type of Byte[]/byte[].
|
| BoolArrayType |
Boolean array type, can be used to annotate field type of Boolean[]/boolean[].
|
| BoolType |
Boolean type, each unit takes 1 bit, can be used to annotate field type of Boolean/boolean.
|
| CharArrayType |
Character array type which use unicode charset, each character takes 2 byte, can be used to annotate field type of Character[]/char[].
|
| CharType |
Char type which use unicode charset, each character takes 2 bytes, it can be used to annotate field type of Character/char.
|
| DataType | |
| DecodingFormula | |
| DecodingIgnore | |
| DefaultBitOrder |
Specify bit order according to requirements.
|
| DefaultByteOrder |
Specify endian according to hardware platform.
|
| DoubleArrayType |
/**
Double array type, each double takes 8 bytes, it can be used to annotate field type of Double[]/double[]/List
|
| DoubleType |
Double type, corresponding to Java Double/double.
|
| EncodingFormula | |
| EncodingIgnore | |
| EnumType |
Float type, corresponding to Java Float/float.
|
| FixedLength |
Enable fixed length.
|
| FloatArrayType |
Float array type, each float takes 4 bytes, it can be used to annotate field type of Float[]/float[]/List
|
| FloatType |
Float type, corresponding to Java Float/float.
|
| Int16ArrayType |
Int16 array type, each int16 takes 2 byte, can be used to annotate field type of Integer[]/int[]/List
|
| Int16Type |
Int16 type, corresponding to Java Integer/int.
|
| Int32ArrayType |
Int32 array type
|
| Int32Type |
Integer type, corresponding to Java Integer/int.
|
| Int64ArrayType |
Int64 array type
|
| Int64Type |
Long type, corresponding to Java Long/long.
|
| Int8ArrayType |
Int8 array type, each int8 takes 1 byte, it can be used to annotate field type of
Byte[]/byte[]/Integer[]/int[]/List
|
| Int8Type |
Integer8 type, corresponding to Java Integer/int.
|
| StringType |
String type, corresponding to Java String.
|
| TimeType |
Timestamp type, corresponding to Java java.sql.Timestamp.
|
| UInt16ArrayType |
UInt16 array type
|
| UInt16Type |
Integer type, corresponding to Java Integer/int.
|
| UInt32ArrayType |
UInt32 array type
|
| UInt32Type |
Long type, corresponding to Java Long/long.
|
| UInt64ArrayType |
UInt64 array type
|
| UInt64Type |
uint64 type, corresponding to Java BigInteger.
|
| UInt8ArrayType |
UInt8 array type
|
| UInt8Type |
Integer type, corresponding to Java Integer/int.
|
| Validator |
Copyright © 2019–2023 indunet. All rights reserved.