org.springframework.boot.json

Class JsonParserFactory

    • Constructor Detail

      • JsonParserFactory

        public JsonParserFactory()
    • Method Detail

      • getJsonParser

        public static JsonParser getJsonParser()
        Static factory for the "best" JSON parser available on the classpath. Tries Jackson, then Gson, Snake YAML, and then falls back to the BasicJsonParser.
        Returns:
        a JsonParser

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.