Can you use AutoValue with @JsonAny Getter ? #1376
Unanswered
shastrisubramaniam
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Could you include a code sample that reproduces the problem? (I think it may not be possible to do what you want to do, but I'm not sure.) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currenty when I use AutoValue with @JSonAnyGetter, I am getting this exception at Run time
com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Invalid type definition for type
model.samples.OperationValue
: Argument #1 of constructor [method model.samples.OperationValue#create(2 params)] has no property name (and is not Injectable): can not use as property-based CreatorBeta Was this translation helpful? Give feedback.
All reactions