Skip to content

Commit fc9c6ab

Browse files
committed
Javadoc improvement for JsonFormat.Feature.ACCEPT_CASE_INSENSITIVE_VALUES
1 parent a526254 commit fc9c6ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/com/fasterxml/jackson/annotation/JsonFormat.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,8 @@ public enum Feature {
364364
READ_DATE_TIMESTAMPS_AS_NANOSECONDS,
365365

366366
/**
367-
* Override for <code>MapperFeature.ACCEPT_CASE_INSENSITIVE_VALUES</code>,
367+
* Override for <code>MapperFeature.ACCEPT_CASE_INSENSITIVE_VALUES</code>
368+
* and <code>MapperFeature.ACCEPT_CASE_INSENSITIVE_ENUMS</code>,
368369
* which allows case-sensitive matching of (some) property values, such
369370
* as {@code Enum}s.
370371
* Only affects deserialization, has no effect on serialization.

0 commit comments

Comments
 (0)