Class DefaultCodeSuggest
java.lang.Object
com.iohao.net.framework.core.DefaultCodeSuggest
- All Implemented Interfaces:
CodeSuggest
Default
CodeSuggest implementation that recommends replacing wrapper types
(e.g. IntValue) with their primitive or collection equivalents in action
method parameters and return types.- Since:
- 25.1
- Author:
- 渔民小镇
- date:
- 2025-10-13
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinspect(SuggestInformation suggest) Inspect the given suggestion context and emit any applicable recommendations.
-
Constructor Details
-
DefaultCodeSuggest
public DefaultCodeSuggest()
-
-
Method Details
-
inspect
Description copied from interface:CodeSuggestInspect the given suggestion context and emit any applicable recommendations.- Specified by:
inspectin interfaceCodeSuggest- Parameters:
suggest- the suggestion context containing the action command to inspect
-