WIP
[maven-thymeleaf-skin] / src / main / java / de / juplo / jackson / SimpleMapper.java
index e4028db..5c95bec 100644 (file)
@@ -657,7 +657,7 @@ public class SimpleMapper
   }
 
 
-  static Object convert(JsonParser parser) throws IOException
+  public static Object convert(JsonParser parser) throws IOException
   {
     JsonToken token = parser.getCurrentToken();
     if (token == null)