Class PbFormatConfig
- java.lang.Object
-
- org.apache.flink.formats.protobuf.PbFormatConfig
-
- All Implemented Interfaces:
Serializable
public class PbFormatConfig extends Object implements Serializable
Config of protobuf configs.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PbFormatConfig.PbFormatConfigBuilder
Builder of PbFormatConfig.
-
Constructor Summary
Constructors Constructor Description PbFormatConfig(String messageClassName, boolean ignoreParseErrors, boolean readDefaultValues, String writeNullStringLiterals)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getMessageClassName()
String
getWriteNullStringLiterals()
int
hashCode()
boolean
isIgnoreParseErrors()
boolean
isReadDefaultValues()
-