Skip to content

Commit 3cabf85

Browse files
committed
...
1 parent 8ed7127 commit 3cabf85

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/com/fasterxml/jackson/databind/deser/Deserializers.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ public JsonDeserializer<?> findBeanDeserializer(JavaType type,
7676
* by property annotation
7777
*
7878
* @return Deserializer to use for the type; or null if this provider does not know how to construct it
79+
*
80+
* @since 2.7
7981
*/
8082
public JsonDeserializer<?> findReferenceDeserializer(ReferenceType refType,
8183
DeserializationConfig config, BeanDescription beanDesc,

0 commit comments

Comments
 (0)