Class ServiceMethods
- java.lang.Object
-
- org.dddjava.jig.domain.model.models.applications.services.ServiceMethods
-
public class ServiceMethods extends java.lang.Objectサービスメソッド一覧
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(MethodDeclaration methodDeclaration)booleanempty()static ServiceMethodsfrom(JigTypes jigTypes, MethodRelations methodRelations)java.util.List<ServiceMethod>list()java.util.List<JigType>listJigTypes()MethodDeclarationstoMethodDeclarations()
-
-
-
Method Detail
-
from
public static ServiceMethods from(JigTypes jigTypes, MethodRelations methodRelations)
-
empty
public boolean empty()
-
list
public java.util.List<ServiceMethod> list()
-
listJigTypes
public java.util.List<JigType> listJigTypes()
-
toMethodDeclarations
public MethodDeclarations toMethodDeclarations()
-
contains
public boolean contains(MethodDeclaration methodDeclaration)
-
-