Class HandlerMethod
- java.lang.Object
-
- org.dddjava.jig.domain.model.models.applications.frontends.HandlerMethod
-
public class HandlerMethod extends java.lang.Objectハンドラ 外部からのリクエストを受け取る起点となるメソッドです。 制限事項:RequestMappingをメタアノテーションとした独自アノテーションが付与されたメソッドは、ハンドラとして扱われません。
-
-
Constructor Summary
Constructors Constructor Description HandlerMethod(JigType jigType, JigMethod method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleananyMatch(CallerMethods callerMethods)booleanisCall(MethodDeclaration methodDeclaration)JigMethodmethod()java.lang.StringpathText()booleansame(HandlerMethod handlerMethod)TypeIdentifiertypeIdentifier()java.lang.StringtypeLabel()booleanvalid()
-
-
-
Method Detail
-
method
public JigMethod method()
-
pathText
public java.lang.String pathText()
-
valid
public boolean valid()
-
anyMatch
public boolean anyMatch(CallerMethods callerMethods)
-
isCall
public boolean isCall(MethodDeclaration methodDeclaration)
-
typeIdentifier
public TypeIdentifier typeIdentifier()
-
same
public boolean same(HandlerMethod handlerMethod)
-
typeLabel
public java.lang.String typeLabel()
-
-