Package io.avaje.json.mapper
Interface JsonMapper.Builder
- Enclosing interface:
JsonMapper
public static interface JsonMapper.Builder
Build the JsonNodeMapper.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build and return the JsonNodeMapper.jsonStream
(JsonStream jsonStream) Set the default JsonStream to use.
-
Method Details
-
jsonStream
Set the default JsonStream to use.When not set this defaults to
JsonStream.builder().build()
.- See Also:
-
build
Build and return the JsonNodeMapper.
-