| java.lang.Object | |
| ↳ | org.springframework.core.style.DefaultValueStyler |
Converts objects to String form, generally for debugging purposes,
using Spring's toString styling conventions.
Uses the reflective visitor pattern underneath the hood to nicely encapsulate styling algorithms for each type of styled object.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Style the given value, returning a String representation.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.core.style.ValueStyler
| |||||||||||
Style the given value, returning a String representation.
| value | the Object value to style |
|---|
