| Package | Description |
|---|---|
| de.sstoehr.harreader | |
| de.sstoehr.harreader.jackson |
| Modifier and Type | Method and Description |
|---|---|
static HarReaderMode |
HarReaderMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HarReaderMode[] |
HarReaderMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Har |
HarReader.readFromFile(java.io.File har,
HarReaderMode mode) |
Har |
HarReader.readFromString(java.lang.String har,
HarReaderMode mode) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.ObjectMapper |
MapperFactory.instance(HarReaderMode mode) |
com.fasterxml.jackson.databind.ObjectMapper |
DefaultMapperFactory.instance(HarReaderMode mode) |
Copyright © 2018. All Rights Reserved.