Uses of Class
de.xima.fc.helper.ObjectGraphScanner
Packages that use ObjectGraphScanner
-
Uses of ObjectGraphScanner in de.xima.fc.helper
Methods in de.xima.fc.helper that return ObjectGraphScannerModifier and TypeMethodDescriptionObjectGraphScanner.alsoExcludeClasses(Predicate<Class<?>> additionalPredicate) ObjectGraphScanner.disallowedModifiers(int disallowedModifiers) ObjectGraphScanner.evaluationContext(Object context) Sets the context object that is made available via thecontextvariable when evaluating expressions such asApplicableIf.ObjectGraphScanner.evaluator(IElEvaluator evaluator) Sets theElEvaluatorsto use for evaluating conditions such asApplicableIf.ObjectGraphScanner.excludedClasses(Predicate<Class<?>> excludedClasses) ObjectGraphScanner.ignoreCircularReferences()By default, an exception is thrown when circular references are encountered.ObjectGraphScanner.ignoreConditions()By default, conditions such asApplicableIfare evaluated.ObjectGraphScanner.ignoreConditions(boolean ignoreConditions) By default, conditions such asApplicableIfare evaluated.ObjectGraphScanner.skipClassFields()By default,IObjectGraphVisitor.visitClassField(Object, Field, ObjectGraphValues)is called whenever a class field is encountered.ObjectGraphScanner.skipListItems()By default,IObjectGraphVisitor.visitListItem(Object, int, List)is called whenever a list item is encountered.ObjectGraphScanner.skipMapItems()By default,IObjectGraphVisitor.visitMapItem(Object, Object, Map)is called whenever a map item is encountered.ObjectGraphScanner.skipSetItems()By default,IObjectGraphVisitor.visitSetItem(Object, Set)is called whenever a set item is encountered.ObjectGraphScanner.visitNullKeys()By default,IObjectGraphVisitor.visitMapItem(Object, Object, Map)is not called when the map key isnull.ObjectGraphScanner.visitNullValues()By default, visitor methods are not called when the value isnull.