Uses of Interface
com.iohao.net.framework.core.ActualParameter
Packages that use ActualParameter
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 ActualParameter in com.iohao.net.framework.core
Classes in com.iohao.net.framework.core that implement ActualParameterModifier and TypeClassDescriptionfinal classMetadata about an action method parameter, including generic type resolution and JSR-380 validation group configuration.final classMetadata about an action method's return type, including generic type resolution forListreturn types. -
Uses of ActualParameter in com.iohao.net.framework.core.flow.parser
Methods in com.iohao.net.framework.core.flow.parser with parameters of type ActualParameterModifier and TypeMethodDescriptionClass<?> MethodParser.getActualClazz(ActualParameter parameterReturn) Get the actual class for the parameter or return type.static MethodParserMethodParsers.getMethodParser(ActualParameter actionMethodReturn) Get the method parser for the given action method return or parameter metadata.