We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Olá,
(estou perguntando em português porque vi seu perfil)
Estou tentando fazer a conversão:
{ "name": "Carrao Zao", "location":{ "type": "Point", "coordinates": [100.0, 0.0] } }
E está dando o erro abaixo, pelo que pesquisei a classe Point tem 2 métodos pra fazer o set do X e Y. Você sabe como resolver? :
Caused by: com.fasterxml.jackson.databind.JsonMappingException: Conflicting setter definitions for property "x": org.postgis.Point#setX(1 params) vs org.post .Point#setX(1 params)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Olá,
(estou perguntando em português porque vi seu perfil)
Estou tentando fazer a conversão:
E está dando o erro abaixo, pelo que pesquisei a classe Point tem 2 métodos pra fazer o set do X e Y. Você sabe como resolver? :
Caused by: com.fasterxml.jackson.databind.JsonMappingException: Conflicting setter definitions for property "x": org.postgis.Point#setX(1 params) vs org.post
.Point#setX(1 params)
The text was updated successfully, but these errors were encountered: