Skip to content

ignorableAnnotations are not working #90

@rajkumargithub

Description

@rajkumargithub

i tried to add the @Valid annotations to the ignorableAnnotations list but not working.

List<String> annotationsToIgnore = new ArrayList<String>();
annotationsToIgnore.add("javax.validation.Valid");
setIgnorableAnnotations(annotationsToIgnore);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions