Uses of Enum Class
de.sstoehr.harreader.HarReaderMode
Packages that use HarReaderMode
-
Uses of HarReaderMode in de.sstoehr.harreader
Subclasses with type arguments of type HarReaderMode in de.sstoehr.harreaderMethods in de.sstoehr.harreader that return HarReaderModeModifier and TypeMethodDescriptionstatic HarReaderModeReturns the enum constant of this class with the specified name.static HarReaderMode[]HarReaderMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.sstoehr.harreader with parameters of type HarReaderModeModifier and TypeMethodDescriptionHarReader.readFromBytes(byte[] bytes, HarReaderMode mode) Deserialize HAR from the given byte array.HarReader.readFromFile(File har, HarReaderMode mode) HarReader.readFromInputStream(InputStream harInputStream, HarReaderMode mode) Deserialize HAR from the givenInputStream.HarReader.readFromString(String har, HarReaderMode mode) -
Uses of HarReaderMode in de.sstoehr.harreader.jackson
Methods in de.sstoehr.harreader.jackson with parameters of type HarReaderModeModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapperDefaultMapperFactory.instance(HarReaderMode mode) com.fasterxml.jackson.databind.ObjectMapperMapperFactory.instance(HarReaderMode mode)