Class JsonFactory
- java.lang.Object
-
- org.apache.flink.runtime.rest.handler.legacy.JsonFactory
-
public class JsonFactory extends Object
A holder for the singleton Jackson JSON factory. Since the Jackson's JSON factory object is a heavyweight object that is encouraged to be shared, we use a singleton instance across all request handlers.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonFactoryJACKSON_FACTORYThe singleton Jackson JSON factory.
-