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