Uses of Class
de.xima.fc.helper.ObjectGraphScanner
- 
Packages that use ObjectGraphScanner Package Description de.xima.fc.helper Package für konkrete Helperklassen - 
- 
Uses of ObjectGraphScanner in de.xima.fc.helper
Methods in de.xima.fc.helper that return ObjectGraphScanner Modifier and Type Method Description ObjectGraphScannerObjectGraphScanner. alsoExcludeClasses(Predicate<Class<?>> additionalPredicate)ObjectGraphScannerObjectGraphScanner. disallowedModifiers(int disallowedModifiers)ObjectGraphScannerObjectGraphScanner. excludedClasses(Predicate<Class<?>> excludedClasses)ObjectGraphScannerObjectGraphScanner. ignoreCircularReferences()By default, an exception is thrown when circular references are encountered.ObjectGraphScannerObjectGraphScanner. skipClassFields()ObjectGraphScannerObjectGraphScanner. skipListItems()ObjectGraphScannerObjectGraphScanner. skipMapItems()ObjectGraphScannerObjectGraphScanner. skipSetItems()ObjectGraphScannerObjectGraphScanner. visitNullKeys()ObjectGraphScannerObjectGraphScanner. visitNullValues() 
 -