Class RestMapperUtils
- java.lang.Object
-
- org.apache.flink.runtime.rest.util.RestMapperUtils
-
public class RestMapperUtils extends Object
This class contains utilities for mapping requests and responses to/from JSON.
-
-
Constructor Summary
Constructors Constructor Description RestMapperUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.ObjectMappergetStrictObjectMapper()Returns a preconfiguredObjectMapper.
-