接口 ValueStyler

  • 所有已知实现类:
    DefaultValueStyler

    public interface ValueStyler
    Strategy that encapsulates value String styling algorithms according to Spring conventions.
    从以下版本开始:
    1.2.2
    作者:
    Keith Donald
    • 方法详细资料

      • style

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