Klasse MethodParameters
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.MethodParameters
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class MethodParameters
extends Object
MethodParameters
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated implementation ofMethodParameters
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean
enabled()
boolean
int
hashCode()
parameters
(Map<String, String> parameters) returnType
(String returnType) toString()
-
Felddetails
-
enabled
-
parameters
-
returnType
-
-
Konstruktordetails
-
MethodParameters
Constructs a validated implementation ofMethodParameters
.- Parameter:
spec
- the specification to process
-
MethodParameters
-
MethodParameters
protected MethodParameters()
-
-
Methodendetails
-
enabled
-
parameters
-
returnType
-
enabled
- Gibt zurück:
this
.
-
parameters
- Gibt zurück:
this
.
-
returnType
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-