Klasse MethodParameters
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.MethodParameters
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class MethodParameters
extends Object
MethodParameters
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofMethodParameters
.Constructs a validated instance ofMethodParameters
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
enabled()
boolean
int
hashCode()
parameters
(Map<String, String> parameters) returnType
(String returnType) toString()
-
Felddetails
-
enabled
-
parameters
-
returnType
-
-
Konstruktordetails
-
MethodParameters
Constructs a validated instance ofMethodParameters
.- Parameter:
spec
- the specification to process
-
MethodParameters
@Internal public MethodParameters(Boolean enabled, Map<String, String> parameters, String returnType) Constructs a validated instance ofMethodParameters
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
MethodParameters(Consumer)
instead.- Parameter:
enabled
- var.nameparameters
- var.namereturnType
- var.name
-
MethodParameters
protected MethodParameters()
-
-
Methodendetails
-
builder
-
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
-