站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

DefaultValueStyler (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

org.springframework.core.style
Class DefaultValueStyler

java.lang.Object
  extended by org.springframework.core.style.DefaultValueStyler
All Implemented Interfaces:
ValueStyler

public class DefaultValueStyler
extends Object
implements ValueStyler

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.

Since:
1.2.2
Author:
Keith Donald, Juergen Hoeller

Constructor Summary
DefaultValueStyler()
           
 
Method Summary
 String style(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

DefaultValueStyler

public DefaultValueStyler()
Method Detail

style

public String style(Object value)
Description copied from interface: ValueStyler
Style the given value, returning a String representation.

Specified by:
style in interface ValueStyler
Parameters:
value - the Object value to style
Returns:
the styled String

The Spring Framework

Copyright © 2002-2007 The Spring Framework.