Class ServiceMethod
- java.lang.Object
-
- org.dddjava.jig.domain.model.models.applications.services.ServiceMethod
-
public class ServiceMethod extends java.lang.Objectサービスメソッド
-
-
Constructor Summary
Constructors Constructor Description ServiceMethod(JigMethod method, MethodRelations methodRelations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CallerMethodscallerMethods()TypeIdentifierdeclaringType()java.util.List<TypeIdentifier>internalUsingTypes()booleanisCall(MethodDeclaration methodDeclaration)booleanisPublic()JigMethodmethod()MethodDeclarationmethodDeclaration()UsingFieldsmethodUsingFields()MethodWorriesmethodWorries()java.util.Optional<TypeIdentifier>primaryType()java.util.List<TypeIdentifier>requireTypes()UsingMethodsusingMethods()TypeIdentifiersusingTypes()
-
-
-
Constructor Detail
-
ServiceMethod
public ServiceMethod(JigMethod method, MethodRelations methodRelations)
-
-
Method Detail
-
methodDeclaration
public MethodDeclaration methodDeclaration()
-
isPublic
public boolean isPublic()
-
methodUsingFields
public UsingFields methodUsingFields()
-
usingMethods
public UsingMethods usingMethods()
-
methodWorries
public MethodWorries methodWorries()
-
method
public JigMethod method()
-
isCall
public boolean isCall(MethodDeclaration methodDeclaration)
-
declaringType
public TypeIdentifier declaringType()
-
internalUsingTypes
public java.util.List<TypeIdentifier> internalUsingTypes()
-
primaryType
public java.util.Optional<TypeIdentifier> primaryType()
-
requireTypes
public java.util.List<TypeIdentifier> requireTypes()
-
usingTypes
public TypeIdentifiers usingTypes()
-
callerMethods
public CallerMethods callerMethods()
-
-