Skip to content

Commit 66632c3

Browse files
committed
Improve JavaDoc
1 parent a0f7e98 commit 66632c3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/main/java/com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,10 @@ public TypeDeserializer buildTypeDeserializer(DeserializationConfig config,
155155
public T typeIdVisibility(boolean isVisible);
156156

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

0 commit comments

Comments
 (0)