public class JsonUtil extends Object
| Constructor and Description | 
|---|
| JsonUtil() | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.codehaus.jackson.map.ObjectMapper | getMapper() | 
| static <T> T | readObjectFromFile(String filename,
                  Class<T> type) | 
| static void | writeObjectToFile(String filename,
                 Object object) | 
Copyright © 2018. All rights reserved.