A swipe of Occam's razor.
This commit is contained in:
@@ -75,7 +75,7 @@ public abstract class FieldMarshaller<T>
|
||||
// non-standard type because this search is somewhat expensive
|
||||
Class<?> ftype = field.getType();
|
||||
if (!STOCK_MARSH.containsKey(ftype)) {
|
||||
xform = findTransformAnnotation(field.getType());
|
||||
xform = findTransformAnnotation(ftype);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user