Commit 9d4382ca authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #3545 from lucassaldanha/json-parser-factory-docs

* pr/3545:
  Polish JsonParserFactory javadoc
parents 3b4928c5 1fc66b43
......@@ -23,6 +23,7 @@ import org.springframework.util.ClassUtils;
*
* @author Dave Syer
* @see JacksonJsonParser
* @see GsonJsonParser
* @see YamlJsonParser
* @see JsonSimpleJsonParser
* @see JsonJsonParser
......@@ -32,7 +33,7 @@ public abstract class JsonParserFactory {
/**
* 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
* 2, then Gson, Snake YAML, Simple JSON, JSON (from eclipse), and then falls back to
* the {@link BasicJsonParser}.
* @return a {@link JsonParser}
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment