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 TypeMethodDescriptionstatic MethodParserMethodParsers.getMethodParser(ActualParameter actionMethodReturn) Get the method parser for the given action method return or parameter metadata.static MethodParserMethodParsers.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 TypeMethodDescriptionstatic voidMethodParsers.mapping(Class<?> paramClass, MethodParser methodParamParser) Register a method parser for the given parameter class.static voidMethodParsers.setMethodParser(MethodParser methodParser) Default parser for action business method parameters