Interface ValueStyler

All Known Implementing Classes:
DefaultValueStyler, SimpleValueStyler

public interface ValueStyler
Strategy that encapsulates value String styling algorithms according to Spring conventions.
Since:
1.2.2
Author:
Keith Donald
  • Method Summary

    Modifier and Type
    Method
    Description
    style(Object value)
    Style the given value, returning a String representation.
  • Method Details

    • style

      String style(@Nullable Object value)
      Style the given value, returning a String representation.
      Parameters:
      value - the Object value to style
      Returns:
      the styled String