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.
  • Method Summary

    Modifier and Type
    Method
    Description
    format(IN value)
     
  • Method Details