Class JsonFactory
java.lang.Object
org.apache.flink.runtime.rest.handler.legacy.JsonFactory
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
FieldsModifier and TypeFieldDescriptionstatic final org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonFactoryThe singleton Jackson JSON factory. -
Method Summary
-
Field Details
-
JACKSON_FACTORY
public static final org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonFactory JACKSON_FACTORYThe singleton Jackson JSON factory.
-