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