Class ObjectMapperBuilder
- java.lang.Object
-
- io.github.factoryfx.factory.jackson.ObjectMapperBuilder
-
public class ObjectMapperBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ObjectMapperBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SimpleObjectMapperbuild()static SimpleObjectMapperbuildNew()static SimpleObjectMapperbuildNew(com.fasterxml.jackson.core.JsonFactory jsonFactory)static com.fasterxml.jackson.databind.ObjectMapperbuildNewObjectMapper()
-
-
-
Method Detail
-
build
public static SimpleObjectMapper build()
-
buildNewObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper buildNewObjectMapper()
-
buildNew
public static SimpleObjectMapper buildNew()
-
buildNew
public static SimpleObjectMapper buildNew(com.fasterxml.jackson.core.JsonFactory jsonFactory)
-
-