Class ToStringStyle
java.lang.Object
org.hibernate.search.util.common.impl.ToStringStyle
-
Method Summary
Modifier and TypeMethodDescriptionstatic ToStringStylestatic ToStringStylestatic ToStringStylestatic ToStringStylemultilineIndentStructure(String nameValueSeparator, String indentInObject, String indentInListBulletPoint, String indentInListNoBulletPoint)
-
Method Details
-
inlineDelimiterStructure
- Returns:
- A single-line format relying on delimiters to display the structure (JSON-style).
-
multilineDelimiterStructure
- Returns:
- A multi-line format relying on delimiters to display the structure (JSON-style).
-
multilineIndentStructure
- Returns:
- A multi-line format relying on indenting and bullet points to display the structure (YAML-style). Object and array delimiters are not shown.
-
multilineIndentStructure
public static ToStringStyle multilineIndentStructure(String nameValueSeparator, String indentInObject, String indentInListBulletPoint, String indentInListNoBulletPoint) - Returns:
- A multi-line format relying on indenting and bullet points to display the structure (YAML-style). Object and array delimiters are not shown.
-