Also: SpringCore
public interface

ValueStyler

org.springframework.core.style.ValueStyler
Known Indirect Subclasses

Class Overview

Strategy that encapsulates value String styling algorithms according to Spring conventions.

Summary

Public Methods
abstract String style(Object value)
Style the given value, returning a String representation.

Public Methods

public abstract String style (Object value)

Also: SpringCore

Style the given value, returning a String representation.

Parameters
value the Object value to style
Returns
  • the styled String