how do we support Integer class type within a resp...
# pact-jvm
s
how do we support Integer class type within a response body. We have
integerType
that supports primitive int. Where as for Integer the value can be either null or plain integer. How can this be handled?
m
This is just another variant of optional field which we don't support. See docs.pact.io for hire to deal with it
👍 1