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_r329244203
 
 

 ##########
 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:
   Will not find the time to do the changes this weekend. So go ahead, if you 
like. Otherwise I'll do it next week.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to