Package org.springframework.core.style


@NonNullApi @NonNullFields package org.springframework.core.style
Support for styling values as Strings, with ToStringCreator as central class.
  • Class
    Description
    Spring's default toString() styler.
    Converts objects to String form, generally for debugging purposes, using Spring's toString styling conventions.
    ValueStyler that converts objects to String form — generally for debugging purposes — using simple styling conventions that mimic the toString() styling conventions for standard JDK implementations of collections, maps, and arrays.
    Simple utility class to allow for convenient access to value styling logic, mainly to support descriptive logging messages.
    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 Spring conventions.