public abstract class

StylerUtils

extends Object
java.lang.Object
   ↳ org.springframework.core.style.StylerUtils

Class Overview

Simple utility class to allow for convenient access to value styling logic, mainly to support descriptive logging messages.

For more sophisticated needs, use the ValueStyler abstraction directly. This class simply uses a shared DefaultValueStyler instance underneath.

Summary

Public Constructors
StylerUtils()
Public Methods
static String style(Object value)
Style the specified value according to default conventions.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public StylerUtils ()

Also: SpringCore

Public Methods

public static String style (Object value)

Also: SpringCore

Style the specified value according to default conventions.

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