Guest User

Untitled

a guest
Oct 18th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. JsonFactory factory = JacksonFactory.getDefaultInstance();
  2. JsonObjectParser parser = factory.createJsonObjectParser();
  3.  
  4. Table table = parser.parseAndClose(input, Table.class);
Add Comment
Please, Sign In to add comment