Package org.zalando.logbook.json
Class JsonMediaTypeBenchmark
- java.lang.Object
-
- org.zalando.logbook.json.JsonMediaTypeBenchmark
-
- Direct Known Subclasses:
JsonMediaTypeBenchmark_jmhType_B1
public class JsonMediaTypeBenchmark extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonMediaTypeBenchmark()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectcontentType1()ObjectcontentType2()ObjectcontentType3()ObjectcontentType4()static voidmain(String[] args)
-
-
-
Method Detail
-
contentType1
public Object contentType1() throws IOException
- Throws:
IOException
-
contentType2
public Object contentType2() throws IOException
- Throws:
IOException
-
contentType3
public Object contentType3() throws IOException
- Throws:
IOException
-
contentType4
public Object contentType4() throws IOException
- Throws:
IOException
-
main
public static void main(String[] args) throws org.openjdk.jmh.runner.RunnerException
- Throws:
org.openjdk.jmh.runner.RunnerException
-
-