public class JsonUtils extends Object
| Constructor and Description |
|---|
JsonUtils(com.fasterxml.jackson.databind.ObjectMapper mapper,
PlaceholderResolverJsonNodeFactory placeholderResolverJsonNodeFactory) |
| Modifier and Type | Method and Description |
|---|---|
JmxProcess |
parseProcess(File file)
Uses jackson to load json configuration from a File into a full object
tree representation of that json.
|
@Inject public JsonUtils(@Nonnull com.fasterxml.jackson.databind.ObjectMapper mapper, @Nonnull PlaceholderResolverJsonNodeFactory placeholderResolverJsonNodeFactory)
public JmxProcess parseProcess(File file) throws IOException
IOExceptionCopyright © 2010-2016 JmxTrans team. All Rights Reserved.