| 程序包 | 说明 |
|---|---|
| org.indunet.fastproto.annotation.type | |
| org.indunet.fastproto.reference.resolve.validate |
| 限定符和类型 | 类和说明 |
|---|---|
interface |
ArrayType
Array type.
|
interface |
BinaryType
Binary type, corresponding to Java byte array.
|
interface |
BoolType
Boolean type, corresponding to Java Boolean/boolean.
|
interface |
ByteType
Byte type, corresponding to Java Byte/byte.
|
interface |
CharType
Character type, corresponding to Java Character/char.
|
interface |
DoubleType
Double type, corresponding to Java Double/double.
|
interface |
EnumType
Float type, corresponding to Java Float/float.
|
interface |
FloatType
Float type, corresponding to Java Float/float.
|
interface |
Int16Type
Integer16 type, corresponding to Java Integer/int.
|
interface |
Int32Type
Integer type, corresponding to Java Integer/int.
|
interface |
Int64Type
Long type, corresponding to Java Long/long.
|
interface |
Int8Type
Integer8 type, corresponding to Java Integer/int.
|
interface |
ListType
List type.
|
interface |
ShortType
Short type, corresponding to Java Short/short.
|
interface |
StringType
String type, corresponding to Java String.
|
interface |
TimeType
Timestamp type, corresponding to Java java.sql.Timestamp.
|
interface |
UInt16Type
Integer type, corresponding to Java Integer/int.
|
interface |
UInt32Type
Long type, corresponding to Java Long/long.
|
interface |
UInt64Type
uint64 type, corresponding to Java BigInteger.
|
interface |
UInt8Type
Integer type, corresponding to Java Integer/int.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static TypeValidator |
TypeValidator.create(Validator validator) |
Copyright © 2019–2022 indunet. All rights reserved.