Skip to content
New issue

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

范型问题导致调用链缺失 #78

Open
xy407989 opened this issue Nov 12, 2024 · 0 comments
Open

范型问题导致调用链缺失 #78

xy407989 opened this issue Nov 12, 2024 · 0 comments

Comments

@xy407989
Copy link

xy407989 commented Nov 12, 2024

getInfo下的一段代码被修改
image

该类的父类有一下继承关系:
public class CustomInfoExtendInfoImpl extends AbstractExtendInfoImpl<Map<String, Object>>

public abstract class AbstractExtendInfoImpl implements ExtendInfoInterface, InitializingBean

public interface ExtendInfoInterface extends BaseInfoInterface

getInfo方法都是通过父类进行调用
image

这种情况getInfo被调用的信息就缺失了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant