Package org.apache.flink.util.jackson
Class JacksonMapperFactory
- java.lang.Object
-
- org.apache.flink.util.jackson.JacksonMapperFactory
-
@Experimental public final class JacksonMapperFactory extends Object
Factory for Jackson mappers.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.flink.shaded.jackson2.com.fasterxml.jackson.dataformat.csv.CsvMapper
createCsvMapper()
static org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.ObjectMapper
createObjectMapper()
static org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.ObjectMapper
createObjectMapper(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonFactory jsonFactory)
-
-
-
Method Detail
-
createObjectMapper
public static org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.ObjectMapper createObjectMapper()
-
createObjectMapper
public static org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.ObjectMapper createObjectMapper(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonFactory jsonFactory)
-
createCsvMapper
public static org.apache.flink.shaded.jackson2.com.fasterxml.jackson.dataformat.csv.CsvMapper createCsvMapper()
-
-