I create a POST method by spring boot functional endpoint. And I added @NotNull @NotEmpty annotation on request class. And using springframework Validator for validation. My