You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.springframework.data.elasticsearch.core.suggest.Completion has no parameterless constructor
use jackson load JSON to Completion, throws InvalidDefinitionException
should we add a parameterless constructor?
com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `org.springframework.data.elasticsearch.core.suggest.Completion` (no Creators, like default constructor, exist): cannot deserialize from Object value (no delegate- or property-based Creator)
The text was updated successfully, but these errors were encountered:
houtaroy
changed the title
Jackson InvalidDefinitionException for class Completion
Jackson InvalidDefinitionException for Class Completion
Feb 16, 2022
Uh oh!
There was an error while loading. Please reload this page.
org.springframework.data.elasticsearch.core.suggest.Completion
has no parameterless constructoruse jackson load JSON to Completion, throws InvalidDefinitionException
should we add a parameterless constructor?
class:
error:
The text was updated successfully, but these errors were encountered: