| 程序包 | 说明 |
|---|---|
| org.indunet.fastproto.annotation |
| 限定符和类型 | 类和说明 |
|---|---|
interface |
AsciiArrayType
Ascii array type which use ascii charset, each character takes 1 byte, can be used to annotate field type of Character[]/char[].
|
interface |
AsciiType
ASCII type which takes 1 byte, can be used to annotate field type of Character/char.
|
interface |
AutoType
Auto type.
|
interface |
BinaryType
Binary type, can be used to annotate field type of Byte[]/byte[].
|
interface |
BoolArrayType
Boolean array type, can be used to annotate field type of Boolean[]/boolean[].
|
interface |
BoolType
Boolean type, each unit takes 1 bit, can be used to annotate field type of Boolean/boolean.
|
interface |
CharArrayType
Character array type which use unicode charset, each character takes 2 byte, can be used to annotate field type of Character[]/char[].
|
interface |
CharType
Char type which use unicode charset, each character takes 2 bytes, it can be used to annotate field type of Character/char.
|
interface |
DoubleArrayType
/**
Double array type, each double takes 8 bytes, it can be used to annotate field type of Double[]/double[]/List
|
interface |
DoubleType
Double type, corresponding to Java Double/double.
|
interface |
EnumType
Float type, corresponding to Java Float/float.
|
interface |
FloatArrayType
Float array type, each float takes 4 bytes, it can be used to annotate field type of Float[]/float[]/List
|
interface |
FloatType
Float type, corresponding to Java Float/float.
|
interface |
Int16ArrayType
Int16 array type, each int16 takes 2 byte, can be used to annotate field type of Integer[]/int[]/List
|
interface |
Int16Type
Int16 type, corresponding to Java Integer/int.
|
interface |
Int32ArrayType
Int32 array type
|
interface |
Int32Type
Integer type, corresponding to Java Integer/int.
|
interface |
Int64ArrayType
Int64 array type
|
interface |
Int64Type
Long type, corresponding to Java Long/long.
|
interface |
Int8ArrayType
Int8 array type, each int8 takes 1 byte, it can be used to annotate field type of
Byte[]/byte[]/Integer[]/int[]/List
|
interface |
Int8Type
Integer8 type, corresponding to Java Integer/int.
|
interface |
StringType
String type, corresponding to Java String.
|
interface |
TimeType
Timestamp type, corresponding to Java java.sql.Timestamp.
|
interface |
UInt16ArrayType
UInt16 array type
|
interface |
UInt16Type
Integer type, corresponding to Java Integer/int.
|
interface |
UInt32ArrayType
UInt32 array type
|
interface |
UInt32Type
Long type, corresponding to Java Long/long.
|
interface |
UInt64ArrayType
UInt64 array type
|
interface |
UInt64Type
uint64 type, corresponding to Java BigInteger.
|
interface |
UInt8ArrayType
UInt8 array type
|
interface |
UInt8Type
Integer type, corresponding to Java Integer/int.
|
Copyright © 2019–2023 indunet. All rights reserved.