Class JobPlanInfo.RawJson
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.JobPlanInfo.RawJson
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JobPlanInfo
public static final class JobPlanInfo.RawJson extends Object implements Serializable
Simple wrapper around a raw JSON string.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JobPlanInfo.RawJson.Deserializer
Json deserializer for theJobPlanInfo.RawJson
.static class
JobPlanInfo.RawJson.Serializer
Json serializer for theJobPlanInfo.RawJson
.
-