|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.core.style.DefaultValueStyler
public class 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.
Constructor Summary | |
---|---|
DefaultValueStyler()
|
Method Summary | |
---|---|
java.lang.String |
style(java.lang.Object value)
Style the given value, returning a String representation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultValueStyler()
Method Detail |
---|
public java.lang.String style(java.lang.Object value)
ValueStyler
style
in interface ValueStyler
value
- the Object value to style
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |