File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
src/main/java/com/fasterxml/jackson/databind/type Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -1112,11 +1112,8 @@ else if (type instanceof WildcardType) {
1112
1112
// sanity check
1113
1113
throw new IllegalArgumentException ("Unrecognized Type: " +((type == null ) ? "[null]" : type .toString ()));
1114
1114
}
1115
- /* Need to allow TypeModifiers to alter actual type; however,
1116
- * for now only call for simple types (i.e. not for arrays, map or collections).
1117
- * Can be changed in future it necessary
1118
- */
1119
- if (_modifiers != null && !resultType .isContainerType ()) {
1115
+ /* Need to allow TypeModifiers to alter actual type. */
1116
+ if (_modifiers != null ) {
1120
1117
TypeBindings b = resultType .getBindings ();
1121
1118
if (b == null ) {
1122
1119
b = EMPTY_BINDINGS ;
You can’t perform that action at this time.
0 commit comments