withAllowCircularReferences

open fun withAllowCircularReferences(allowCircularReferences: Boolean): SELF

Specify if circular references between beans should be allowed.

Return

a new instance with the updated circular references policy

Since

2.6.0

Parameters

allowCircularReferences

if circular references between beans are allowed

See also