Uses of Interface
com.iohao.net.framework.core.flow.parser.MethodParser
Packages that use MethodParser
Package
Description
Provides action-parser components that scan and convert annotated business classes into runtime
action metadata used by the framework.
-
Uses of MethodParser in com.iohao.net.framework.core.flow.parser
Methods in com.iohao.net.framework.core.flow.parser that return MethodParserModifier and TypeMethodDescriptionMethodParsers.getMethodParser(ActualParameter actionMethodReturn) Get the method parser for the given action method return or parameter metadata.MethodParsers.getMethodParser(Class<?> paramClazz) Get the method parser for the given parameter class.Methods in com.iohao.net.framework.core.flow.parser with parameters of type MethodParserModifier and TypeMethodDescriptionvoidMethodParsers.mapping(Class<?> paramClass, MethodParser methodParamParser) Register a method parser for the given parameter class.