Searched refs:cdDef (Results 1 – 2 of 2) sorted by relevance
510 Object cdDef = intr.findContentDeserializer(a); in modifyTypeByAnnotation() local511 if (cdDef != null) { in modifyTypeByAnnotation()513 if (cdDef instanceof JsonDeserializer<?>) { in modifyTypeByAnnotation()514 cdDef = (JsonDeserializer<?>) cdDef; in modifyTypeByAnnotation()516 … Class<?> cdClass = _verifyAsClass(cdDef, "findContentDeserializer", JsonDeserializer.None.class); in modifyTypeByAnnotation()
2187 Object cdDef = intr.findContentDeserializer(member); in resolveMemberAndTypeAnnotations() local2188 JsonDeserializer<?> cd = ctxt.deserializerInstance(member, cdDef); in resolveMemberAndTypeAnnotations()