Class JsonWriter.Builder

    • Method Detail

      • jsonFactory

        public JsonWriter.Builder jsonFactory​(software.amazon.awssdk.thirdparty.jackson.core.JsonFactory jsonFactory)
        The JsonFactory implementation to be used when parsing the input. This allows JSON extensions like CBOR or Ion to be supported.

        It's highly recommended to use a shared JsonFactory where possible, so they should be stored statically: http://wiki.fasterxml.com/JacksonBestPracticesPerformance

        By default, this is JsonNodeParser.DEFAULT_JSON_FACTORY.

        Setting this value will also override any values set via jsonGeneratorFactory.