/** Method for checking whether we could find a deserializer for given type. */
 public boolean hasValueDeserializerFor(JavaType type) {
   return _cache.hasValueDeserializerFor(this, _factory, type);
 }