| 程序包 | 说明 |
|---|---|
| org.indunet.fastproto.annotation |
| 限定符和类型 | 类和说明 |
|---|---|
interface |
AutoType
Auto type.
|
interface |
BinaryType
Binary type, corresponding to Java byte array.
|
interface |
BoolType
Boolean type, corresponding to Java Boolean/boolean.
|
interface |
CharType
Character type, corresponding to Java Character/char.
|
interface |
DoubleArrayType
Double array type
|
interface |
DoubleType
Double type, corresponding to Java Double/double.
|
interface |
EnumType
Float type, corresponding to Java Float/float.
|
interface |
FloatArrayType
Float array type
|
interface |
FloatType
Float type, corresponding to Java Float/float.
|
interface |
Int16ArrayType
Int16 array type
|
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
|
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–2022 indunet. All rights reserved.