Interface TupleRenderer
-
public interface TupleRendererA table key/value String renderer for the display or logging of human readable potentially binary data.- Author:
- Apache Directory Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKeyString(Object key)Gets the key Object rendered as a String.StringgetValueString(Object value)Gets the value Object rendered as a String.
-