Klasse ConfluenceRESTV2FactorySpec<T>
java.lang.Object
io.github.primelib.primecodegenlib.java.feign.common.config.FeignModuleSpec<ConfluenceRESTV2FactorySpec<T>>
io.github.primelib.confluence4j.rest.v2.ConfluenceRESTV2FactorySpec<T>
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public final class ConfluenceRESTV2FactorySpec<T>
extends io.github.primelib.primecodegenlib.java.feign.common.config.FeignModuleSpec<ConfluenceRESTV2FactorySpec<T>>
A specification to construct a
ConfluenceRESTV2Api instance.-
Feldübersicht
Von Klasse geerbte Felder io.github.primelib.primecodegenlib.java.feign.common.config.FeignModuleSpec
extensions, proxy -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConfluenceRESTV2FactorySpec(@NotNull Consumer<ConfluenceRESTV2FactorySpec<T>> spec) Constructs a validated implementation ofConfluenceRESTV2Api. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungapi()The API interface to useThe API interface to usevoidapplySpec(ConfluenceRESTV2FactorySpec<?> spec) @Nullable List<io.github.primelib.primecodegenlib.java.feign.common.api.AuthMethod>auth()The authentication methods to useThe authentication methods to use@NotNull StringThe name of the backend to usebackendName(@NotNull String backendName) The name of the backend to use@NotNull StringbaseUrl()The api base URLThe api base URLbasicAuth(Consumer<BasicAuthSpec> spec) bearerAuth(Consumer<BearerAuthSpec> spec) protected booleanbooleaninthashCode()@NotNull StringlogLevel()the feign log levelthe feign log level@NotNull io.micrometer.core.instrument.MeterRegistryMeterRegistry to use for metricsmeterRegistry(@NotNull io.micrometer.core.instrument.MeterRegistry meterRegistry) MeterRegistry to use for metricstoString()voidvalidate()Ensures the configured specification is valid.Von Klasse geerbte Methoden io.github.primelib.primecodegenlib.java.feign.common.config.FeignModuleSpec
extensions, findAndRegisterExtensions, proxy, proxy, registerExtension
-
Konstruktordetails
-
ConfluenceRESTV2FactorySpec
Constructs a validated implementation ofConfluenceRESTV2Api.- Parameter:
spec- the specification to process
-
-
Methodendetails
-
validate
public void validate()Ensures the configured specification is valid.- Löst aus:
NullPointerException
-
basicAuth
-
bearerAuth
-
applySpec
-
backendName
The name of the backend to use -
api
The API interface to use -
baseUrl
The api base URL -
auth
@Nullable public @Nullable List<io.github.primelib.primecodegenlib.java.feign.common.api.AuthMethod> auth()The authentication methods to use -
meterRegistry
@NotNull public @NotNull io.micrometer.core.instrument.MeterRegistry meterRegistry()MeterRegistry to use for metrics -
logLevel
the feign log levelDefaults to
none. Allowed values are:none,basic,headers,full -
backendName
The name of the backend to use- Gibt zurück:
this.
-
api
The API interface to use- Gibt zurück:
this.
-
baseUrl
The api base URL- Gibt zurück:
this.
-
auth
public ConfluenceRESTV2FactorySpec<T> auth(@Nullable @Nullable List<io.github.primelib.primecodegenlib.java.feign.common.api.AuthMethod> auth) The authentication methods to use- Gibt zurück:
this.
-
meterRegistry
public ConfluenceRESTV2FactorySpec<T> meterRegistry(@NotNull @NotNull io.micrometer.core.instrument.MeterRegistry meterRegistry) MeterRegistry to use for metrics- Gibt zurück:
this.
-
logLevel
the feign log levelDefaults to
none. Allowed values are:none,basic,headers,full- Gibt zurück:
this.
-
toString
- Setzt außer Kraft:
toStringin Klasseio.github.primelib.primecodegenlib.java.feign.common.config.FeignModuleSpec<ConfluenceRESTV2FactorySpec<T>>
-
equals
- Setzt außer Kraft:
equalsin Klasseio.github.primelib.primecodegenlib.java.feign.common.config.FeignModuleSpec<ConfluenceRESTV2FactorySpec<T>>
-
canEqual
- Setzt außer Kraft:
canEqualin Klasseio.github.primelib.primecodegenlib.java.feign.common.config.FeignModuleSpec<ConfluenceRESTV2FactorySpec<T>>
-
hashCode
public int hashCode()- Setzt außer Kraft:
hashCodein Klasseio.github.primelib.primecodegenlib.java.feign.common.config.FeignModuleSpec<ConfluenceRESTV2FactorySpec<T>>
-