Skip to content

Commit

Permalink
Improve JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim committed Apr 24, 2023
1 parent a0f7e98 commit 66632c3
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,10 @@ public TypeDeserializer buildTypeDeserializer(DeserializationConfig config,
public T typeIdVisibility(boolean isVisible);

/**
* Sets {@link Boolean} value provided by {@link OptBoolean#asBoolean()} of
* configured {@link JsonTypeInfo#requireTypeIdForSubtypes}.
* If not {@code null}, this value overrides the global configuration of
* {@link com.fasterxml.jackson.databind.MapperFeature#REQUIRE_TYPE_ID_FOR_SUBTYPES}.
*
* Method for specifying whether strict type ID handling should be used for this type or not.
* This is per-type override of {@link com.fasterxml.jackson.databind.MapperFeature#REQUIRE_TYPE_ID_FOR_SUBTYPES}.
* Sets {@link Boolean} value provided by {@link OptBoolean#asBoolean()} of configured {@link JsonTypeInfo#requireTypeIdForSubtypes}.
* <p>
* WARNING: This method will be abstract in Jackson 3.0.
*
* @since 2.16
Expand Down

0 comments on commit 66632c3

Please sign in to comment.