接口的使用
cn.taketoday.core.style.ValueStyler
使用ValueStyler的程序包
程序包
说明
Support for styling values as Strings, with ToStringBuilder as central class.
-
cn.taketoday.core.style中ValueStyler的使用
修饰符和类型类说明classConverts objects to String form, generally for debugging purposes, using defaulttoStringstyling conventions.修饰符和类型方法说明protected final ValueStylerDefaultToStringStyler.getValueStyler()Return the ValueStyler used by this ToStringStyler.参数类型为ValueStyler的cn.taketoday.core.style中的构造器限定符构造器说明DefaultToStringStyler(ValueStyler valueStyler) Create a new DefaultToStringStyler.ToStringBuilder(Object obj, ValueStyler styler) Create a ToStringBuilder for the given object, using the provided style.