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

Uses of Interface org.springframework.core.style.ToStringStyler (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Interface
org.springframework.core.style.ToStringStyler

Packages that use ToStringStyler
org.springframework.core.style Support for styling values as Strings, with ToStringCreator as central class. 
 

Uses of ToStringStyler in org.springframework.core.style
 

Classes in org.springframework.core.style that implement ToStringStyler
 class DefaultToStringStyler
          Spring's default toString() styler.
 

Constructors in org.springframework.core.style with parameters of type ToStringStyler
ToStringCreator(Object obj, ToStringStyler styler)
          Create a ToStringCreator for the given object, using the provided style.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.