Class ServiceReport
- java.lang.Object
-
- org.dddjava.jig.presentation.view.report.application.ServiceReport
-
public class ServiceReport extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ServiceReport(ServiceAngle angle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JigMethodmethod()booleanuseNull()booleanuseStream()UsingFieldsusingFields()booleanusingFromController()java.lang.StringusingRepositoryMethods()MethodDeclarationsusingServiceMethod()
-
-
-
Constructor Detail
-
ServiceReport
public ServiceReport(ServiceAngle angle)
-
-
Method Detail
-
method
public JigMethod method()
-
usingFromController
public boolean usingFromController()
-
usingFields
public UsingFields usingFields()
-
usingServiceMethod
public MethodDeclarations usingServiceMethod()
-
usingRepositoryMethods
public java.lang.String usingRepositoryMethods()
-
useNull
public boolean useNull()
-
useStream
public boolean useStream()
-
-