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 2, then JSON (from eclipse), Simple JSON, Gson, Snake YAML, and then falls back to the SimpleJsonParser.
        Returns:
        a JsonParser

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