public FormValidationErrorDecoder()

in src/main/java/com/epam/digital/data/platform/integration/formprovider/decoder/FormValidationErrorDecoder.java [36:39]


  public FormValidationErrorDecoder(ObjectMapper objectMapper) {
    this.objectMapper = objectMapper;
    this.errorDecoder = new Default();
  }