Uses of Class
org.hibernate.search.util.common.impl.ToStringStyle
-
Packages that use ToStringStyle Package Description org.hibernate.search.util.common.impl -
-
Uses of ToStringStyle in org.hibernate.search.util.common.impl
Methods in org.hibernate.search.util.common.impl that return ToStringStyle Modifier and Type Method Description static ToStringStyleToStringStyle. inlineDelimiterStructure()static ToStringStyleToStringStyle. multilineDelimiterStructure()static ToStringStyleToStringStyle. multilineIndentStructure()static ToStringStyleToStringStyle. multilineIndentStructure(String nameValueSeparator, String indentInObject, String indentInListBulletPoint, String indentInListNoBulletPoint)Constructors in org.hibernate.search.util.common.impl with parameters of type ToStringStyle Constructor Description ToStringTreeBuilder(ToStringStyle style)
-