Uses of Class
org.assertj.core.api.recursive.assertion.RecursiveAssertionConfiguration.Builder
Packages that use RecursiveAssertionConfiguration.Builder
-
Uses of RecursiveAssertionConfiguration.Builder in org.assertj.core.api.recursive.assertion
Methods in org.assertj.core.api.recursive.assertion that return RecursiveAssertionConfiguration.BuilderModifier and TypeMethodDescriptionRecursiveAssertionConfiguration.builder()
RecursiveAssertionConfiguration.Builder.withCollectionAssertionPolicy
(RecursiveAssertionConfiguration.CollectionAssertionPolicy policy) Selects theRecursiveAssertionConfiguration.CollectionAssertionPolicy
to use for recursive application of aPredicate
to an object tree.RecursiveAssertionConfiguration.Builder.withIgnoreAllNullFields
(boolean ignoreAllNullFields) Makes the recursive assertion to ignore all null fields.RecursiveAssertionConfiguration.Builder.withIgnoredFields
(String... fieldsToIgnore) Makes the recursive assertion to ignore the specified fields in the object under test.RecursiveAssertionConfiguration.Builder.withIgnoredFieldsMatchingRegexes
(String... regexes) Makes the recursive assertion to ignore the fields matching the specified regexes in the object under test.RecursiveAssertionConfiguration.Builder.withIgnoredFieldsOfTypes
(Class<?>... types) Makes the recursive assertion to ignore the object under test fields of the given types.RecursiveAssertionConfiguration.Builder.withIgnorePrimitiveFields
(boolean ignorePrimitiveFields) Choose between running thePredicate
in use over the primitive fields of an object in an object tree or not, by default asserting over primitives is enabled.RecursiveAssertionConfiguration.Builder.withIntrospectionStrategy
(RecursiveAssertionIntrospectionStrategy introspectionStrategy) Defines how objects are introspected in the recursive assertion.RecursiveAssertionConfiguration.Builder.withMapAssertionPolicy
(RecursiveAssertionConfiguration.MapAssertionPolicy policy) Selects theRecursiveAssertionConfiguration.MapAssertionPolicy
to use for recursive application of aPredicate
to an object tree.RecursiveAssertionConfiguration.Builder.withOptionalAssertionPolicy
(RecursiveAssertionConfiguration.OptionalAssertionPolicy policy) Makes the recursive assertion to use the specifiedRecursiveAssertionConfiguration.OptionalAssertionPolicy
.RecursiveAssertionConfiguration.Builder.withRecursionIntoJavaClassLibraryTypes
(boolean recursionIntoJavaClassLibraryTypes) Choose whether or not, while recursively applying aPredicate
to an object tree, the recursion will dive into types defined in the Java Class Library.Constructors in org.assertj.core.api.recursive.assertion with parameters of type RecursiveAssertionConfiguration.BuilderModifierConstructorDescriptionprivate