setAllowCircularReferences

open fun setAllowCircularReferences(allowCircularReferences: Boolean)

Sets whether to allow circular references between beans and automatically try to resolve them. Defaults to false.

Since

2.6.0

Parameters

allowCircularReferences

if circular references are allowed

See also