Substitua o valor de um inteiro arquivado vindo sem solicitação Uma cadeia de caracteres em tempo de execução (ou ignorar aquele valor)

Substituir o valor de um arquivado Inteiro vindo sem solicitação Uma string em momento runtime.

hoje eu tenho um contrato em produção em que seus campos são Integer, mas apareceu a necessidade de que quando o cliente manda esse contrato com uma string no campo onde representa o Integer como AnoVeiculo ao invez deles mandarem 2020 vem Y = que eles não tem esse informação,
a necessidade e trocar o valor Y para null em momento Runtime pois quer evitar erro de parse( contratos Json -> POJO)
Alguem sabe se e possivel?

Replace the value of an archived Integer coming without request A string at runtime.

today I have a production contract in which their fields are Integer, but the need arose that when the customer sends this contract with a string in the field where Integer represents as AnoVeiculo instead of sending 2020 comes Y = that they do not have this information,
the need and change the value Y to null at Runtime moment because you want to avoid parse error (Json contracts -> POJO)
Does anyone know if it is possible?