- All Known Implementing Classes:
JacksonJsonConverter
interface JsonConverter
A JSON Converter which parses an input stream into a Node.
This class is a Pioneer abstraction which allows using different JSON parsers.
-
Method Summary
-
Method Details
-
toNode
Convert the givenstreaminto aNode.- Parameters:
stream- the stream that should be converted- Returns:
- the
Nodefor the stream, nevernull
-
toNode
Convert the givenvalueinto aNode- Parameters:
value- the json value that should be convertedlenient- whether the conversion should be lenient- Returns:
- the
Nodefor the value, nevernull
-