java.lang.Object
io.ebean.bean.ToStringBuilder
Helps build toString content taking into account recursion.
That is, it detects and handles the case where there are relationships that recurse and would otherwise become an infinite loop (e.g. bidirectional parent child).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a property as name value pair.void
addCollection
(Collection<?> c) Add a collection of values.void
void
Add raw content.void
end()
End of an object.void
Set of an object being added.toString()
-
Constructor Details
-
ToStringBuilder
public ToStringBuilder()
-
-
Method Details