ArneLimburg commented on a change in pull request #53: JOHNZON-282: add support
for @JsonbTypeAdapter at class level
URL: https://github.com/apache/johnzon/pull/53#discussion_r329242394
##########
File path:
johnzon-jsonb/src/main/java/org/apache/johnzon/jsonb/JsonbAccessMode.java
##########
@@ -1033,6 +1037,20 @@ private boolean isNumberType(final Type type) {
return Number.class.isAssignableFrom(clazz) || clazz.isPrimitive();
}
+ private boolean hasRawType(final Type type) {
+ return Class.class.isInstance(type) ||
ParameterizedType.class.isInstance(type);
Review comment:
No problem with that :-)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services