程序包 cn.taketoday.core.style


package cn.taketoday.core.style
Support for styling values as Strings, with ToStringBuilder as central class.
  • 说明
    Default toString() styler.
    Converts objects to String form, generally for debugging purposes, using default toString styling conventions.
    Utility class that builds pretty-printing toString() methods with pluggable styling conventions.
    A strategy interface for pretty-printing toString() methods.
    Strategy that encapsulates value String styling algorithms according to conventions.