public static class TransactionType.Translator extends TypeTranslator<TransactionType>
| 构造器和说明 |
|---|
Translator() |
| 限定符和类型 | 方法和说明 |
|---|---|
TransactionType |
fromInteger(int integer) |
TransactionType |
fromParser(BinaryParser parser,
Integer hint) |
TransactionType |
fromString(String value) |
fromBoolean, fromBytes, fromDouble, fromHex, fromJSONArray, fromJSONObject, fromLong, fromParser, fromValue, toBoolean, toBytes, toBytesSink, toDouble, toHex, toInteger, toJSON, toJSONArray, toJSONObject, toLong, toStringpublic TransactionType fromParser(BinaryParser parser, Integer hint)
fromParser 在类中 TypeTranslator<TransactionType>parser - Parser.hint - Using a boxed integer, allowing null for no hintpublic TransactionType fromInteger(int integer)
fromInteger 在类中 TypeTranslator<TransactionType>public TransactionType fromString(String value)
fromString 在类中 TypeTranslator<TransactionType>Copyright © 2021. All rights reserved.