Uses of Class
com.iohao.net.framework.core.ActionMethodParameter
Packages that use ActionMethodParameter
Package
Description
Provides the core action execution model, metadata, lifecycle hooks, and shared runtime building
blocks used by ionet business logic.
Provides action-parser components that scan and convert annotated business classes into runtime
action metadata used by the framework.
-
Uses of ActionMethodParameter in com.iohao.net.framework.core
Fields in com.iohao.net.framework.core declared as ActionMethodParameterModifier and TypeFieldDescriptionfinal ActionMethodParameter[]ActionCommand.actionMethodParametersThe array of method parameter informationActionCommand.dataParameterMethods in com.iohao.net.framework.core with parameters of type ActionMethodParameterModifier and TypeMethodDescriptionActionCommand.ActionCommandBuilder.setActionMethodParameters(ActionMethodParameter[] actionMethodParameters) The array of method parameter informationActionCommand.ActionCommandBuilder.setDataParameter(ActionMethodParameter dataParameter) -
Uses of ActionMethodParameter in com.iohao.net.framework.core.flow.parser
Methods in com.iohao.net.framework.core.flow.parser with parameters of type ActionMethodParameterModifier and TypeMethodDescriptionMethodParser.parseParam(byte[] data, ActionMethodParameter actionMethodParameter, DataCodec codec) Parses action method parameters