Package io.vertx.core.json.jackson
Class JacksonFactory
- java.lang.Object
-
- io.vertx.core.json.jackson.JacksonFactory
-
- All Implemented Interfaces:
JsonFactory
public class JacksonFactory extends Object implements JsonFactory
- Author:
- Julien Viet
-
-
Field Summary
Fields Modifier and Type Field Description static JacksonCodec
CODEC
static JacksonFactory
INSTANCE
-
Constructor Summary
Constructors Constructor Description JacksonFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonCodec
codec()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.vertx.core.spi.JsonFactory
order
-
-
-
-
Field Detail
-
INSTANCE
public static final JacksonFactory INSTANCE
-
CODEC
public static final JacksonCodec CODEC
-
-
Method Detail
-
codec
public JsonCodec codec()
- Specified by:
codec
in interfaceJsonFactory
-
-