Class ServiceAngle
- java.lang.Object
-
- org.dddjava.jig.domain.model.models.applications.services.ServiceAngle
-
public class ServiceAngle extends java.lang.Objectサービスの切り口
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNotPublicMethod()MethodDeclarationmethod()ServiceMethodserviceMethod()booleanuseNull()HandlerMethodsuserControllerMethods()MethodDeclarationsuserServiceMethods()booleanuseStream()UsingFieldsusingFields()booleanusingFromController()RepositoryMethodsusingRepositoryMethods()MethodDeclarationsusingServiceMethods()
-
-
-
Method Detail
-
serviceMethod
public ServiceMethod serviceMethod()
-
method
public MethodDeclaration method()
-
usingFromController
public boolean usingFromController()
-
usingFields
public UsingFields usingFields()
-
usingRepositoryMethods
public RepositoryMethods usingRepositoryMethods()
-
useStream
public boolean useStream()
-
useNull
public boolean useNull()
-
userServiceMethods
public MethodDeclarations userServiceMethods()
-
userControllerMethods
public HandlerMethods userControllerMethods()
-
isNotPublicMethod
public boolean isNotPublicMethod()
-
usingServiceMethods
public MethodDeclarations usingServiceMethods()
-
-