Skip to content

Commit

Permalink
Update StdTypeResolverBuilder.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim committed Apr 24, 2023
1 parent 71fab6c commit ba36af7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ protected boolean allowPrimitiveTypes(MapperConfig<?> config,
* @since 2.15
*/
protected boolean _strictTypeIdHandling(DeserializationConfig config, JavaType baseType) {
// [databind#3877]: allow configuration of per-type strict type handling
// [databind#3877]: since 2.16, allow configuration of per-type strict type handling
if (_requireTypeIdForSubtypes != null && baseType.isConcrete()) {
return _requireTypeIdForSubtypes;
}
Expand Down

0 comments on commit ba36af7

Please sign in to comment.