Interface TextOutputFormat.TextFormatter<IN>

  • Type Parameters:
    IN - type of input elements
    All Superinterfaces:
    Serializable
    Enclosing class:
    TextOutputFormat<T>

    @PublicEvolving
    public static interface TextOutputFormat.TextFormatter<IN>
    extends Serializable
    Formatter that transforms values into their String representations.