We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这是我watch的方法,class com.mongodb.client.internal.MongoIterableImpl, behavior iterator,这个方法实现了java.lang.Iterable#iterator:
com.mongodb.client.internal.MongoIterableImpl
iterator
java.lang.Iterable#iterator
public abstract class MongoIterableImpl<T> implements Iterable<T>{ @Override public MongoCursor<T> iterator() { } }
我预期beforeEvent.javaMethodDesc应该是MongoCursor,但得到的却是()Ljava/util/Iterator;
MongoCursor
()Ljava/util/Iterator;
这是打印结果:
javaMethodName: iterator javaMethodDesc: ()Ljava/util/Iterator; javaClassName: com.mongodb.client.internal.MongoIterableImpl
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
这是我watch的方法,class
com.mongodb.client.internal.MongoIterableImpl
, behavioriterator
,这个方法实现了java.lang.Iterable#iterator
:我预期beforeEvent.javaMethodDesc应该是
MongoCursor
,但得到的却是()Ljava/util/Iterator;
这是打印结果:
The text was updated successfully, but these errors were encountered: