public class JsonWithLocationsParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonWithLocationsParser.ParsedJsonLocations |
static class |
JsonWithLocationsParser.ParsedJsonWithLocations |
| Constructor and Description |
|---|
JsonWithLocationsParser() |
| Modifier and Type | Method and Description |
|---|---|
JsonWithLocationsParser.ParsedJsonWithLocations |
parse(File file,
Charset cs,
Class type) |
JsonWithLocationsParser.ParsedJsonWithLocations |
parse(JsonSource source,
Class type) |
JsonWithLocationsParser.ParsedJsonWithLocations |
parse(String content,
Class type) |
JsonWithLocationsParser.ParsedJsonWithLocations |
parse(URL url,
Charset cs,
Class type) |
protected com.fasterxml.jackson.databind.ObjectReader |
reader(JsonWithLocationsParser.ParsedJsonLocations locations,
Class type) |
public JsonWithLocationsParser.ParsedJsonWithLocations parse(File file, Charset cs, Class type) throws IOException
IOExceptionpublic JsonWithLocationsParser.ParsedJsonWithLocations parse(URL url, Charset cs, Class type) throws IOException
IOExceptionpublic JsonWithLocationsParser.ParsedJsonWithLocations parse(String content, Class type) throws IOException
IOExceptionpublic JsonWithLocationsParser.ParsedJsonWithLocations parse(JsonSource source, Class type) throws IOException
IOExceptionprotected com.fasterxml.jackson.databind.ObjectReader reader(JsonWithLocationsParser.ParsedJsonLocations locations, Class type)
Copyright © 2017. All Rights Reserved.