接口 ValueStyler
- 所有已知实现类:
DefaultValueStyler
public interface ValueStyler
Strategy that encapsulates value String styling algorithms
according to conventions.
- 从以下版本开始:
- 4.0
- 作者:
- Keith Donald
-
方法概要
-
方法详细资料
-
style
Style the given value, returning a String representation.- 参数:
value- the Object value to style- 返回:
- the styled String
-