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 Snake YAML, and then falls back to the SimpleJsonParser.
        Returns:
        a JsonParser

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