Uses of Class
org.assertj.core.api.recursive.assertion.RecursiveAssertionNode
-
Packages that use RecursiveAssertionNode Package Description org.assertj.core.api.recursive.assertion -
-
Uses of RecursiveAssertionNode in org.assertj.core.api.recursive.assertion
Methods in org.assertj.core.api.recursive.assertion that return RecursiveAssertionNode Modifier and Type Method Description private static RecursiveAssertionNodeDefaultRecursiveAssertionIntrospectionStrategy. toNode(java.lang.reflect.Field field, java.lang.Object node)Methods in org.assertj.core.api.recursive.assertion that return types with arguments of type RecursiveAssertionNode Modifier and Type Method Description java.util.List<RecursiveAssertionNode>DefaultRecursiveAssertionIntrospectionStrategy. getChildNodesOf(java.lang.Object node)java.util.List<RecursiveAssertionNode>RecursiveAssertionIntrospectionStrategy. getChildNodesOf(java.lang.Object node)Returns the child nodes of the given object that will be asserted in the recursive assertion.
-