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