类 DefaultValueStyler

java.lang.Object
cn.taketoday.core.style.DefaultValueStyler
所有已实现的接口:
ValueStyler

public class DefaultValueStyler extends Object implements ValueStyler
Converts objects to String form, generally for debugging purposes, using default toString styling conventions.

Uses the reflective visitor pattern underneath the hood to nicely encapsulate styling algorithms for each type of styled object.

从以下版本开始:
4.0
作者:
Keith Donald, Juergen Hoeller