接口 ValueStyler

所有已知实现类:
DefaultValueStyler

public interface ValueStyler
Strategy that encapsulates value String styling algorithms according to conventions.
从以下版本开始:
4.0
作者:
Keith Donald
  • 方法概要

    修饰符和类型
    方法
    说明
    style(Object value)
    Style the given value, returning a String representation.
  • 方法详细资料

    • style

      String style(@Nullable Object value)
      Style the given value, returning a String representation.
      参数:
      value - the Object value to style
      返回:
      the styled String