| 程序包 | 说明 |
|---|---|
| org.indunet.fastproto.annotation.type |
| 限定符和类型 | 类和说明 |
|---|---|
interface |
BinaryType
Binary type, corresponding to Java byte array.
|
interface |
BooleanType
Boolean type, corresponding to Java Boolean/boolean.
|
interface |
ByteType
Byte type, corresponding to Java Byte/byte.
|
interface |
CharacterType
Character type, corresponding to Java Character/char.
|
interface |
DoubleType
Double type, corresponding to Java Double/double.
|
interface |
FloatType
Float type, corresponding to Java Float/float.
|
interface |
Integer16Type
Integer16 type, corresponding to Java Integer/int.
|
interface |
Integer8Type
Integer8 type, corresponding to Java Integer/int.
|
interface |
IntegerType
Integer type, corresponding to Java Integer/int.
|
interface |
LongType
Long type, corresponding to Java Long/long.
|
interface |
ShortType
Short type, corresponding to Java Short/short.
|
interface |
StringType
String type, corresponding to Java String.
|
interface |
TimestampType
Timestamp type, corresponding to Java java.sql.Timestamp.
|
interface |
UInteger16Type
Integer type, corresponding to Java Integer/int.
|
interface |
UInteger32Type
Long type, corresponding to Java Long/long.
|
interface |
UInteger8Type
Integer type, corresponding to Java Integer/int.
|
Copyright © 2018–2021 Industrial Internet. All rights reserved.