smallrye-graphql icon indicating copy to clipboard operation
smallrye-graphql copied to clipboard

Make sure JsonbTransient and JsonIgnore annotations are honored by typesafe client

Open jmartisk opened this issue 3 years ago • 0 comments

from https://github.com/smallrye/smallrye-graphql/blob/2.0.0.RC4/client/implementation/src/main/java/io/smallrye/graphql/client/impl/typesafe/reflection/TypeInfo.java#L159 it looks like we only exclude a field if it's annotated with @org.eclipse.microprofile.graphql.Ignore. The same should work with {javax|jakarta}.json.bind.annotation.JsonbTransient and com.fasterxml.jackson.annotation.JsonIgnore

jmartisk avatar Jun 30 '22 08:06 jmartisk