Uses of Interface
de.xima.fc.helper.IObjectGraphVisitor
-
Packages that use IObjectGraphVisitor Package Description de.xima.fc.helper Package für konkrete Helperklassen -
-
Uses of IObjectGraphVisitor in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type IObjectGraphVisitor Modifier and Type Method Description void
ObjectGraphScanner. visit(Object value, IObjectGraphVisitor visitor)
Visits each field, list item, and map item of the given object (excluding the object itself), according to the current configuration.
-