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 theirStringrepresentations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringformat(IN value)
-