Class SerializableFunctions


  • public class SerializableFunctions
    extends java.lang.Object
    The SerializableFunctions class to store static Serializable functions.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.beam.sdk.transforms.SerializableFunction<FailsafeElement<java.lang.String,​java.lang.String>,​java.lang.String> getCsvErrorConverter()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SerializableFunctions

        public SerializableFunctions()
    • Method Detail

      • getCsvErrorConverter

        public static org.apache.beam.sdk.transforms.SerializableFunction<FailsafeElement<java.lang.String,​java.lang.String>,​java.lang.String> getCsvErrorConverter()