@Generated(value="org.immutables.processor.ProxyProcessor") public final class ImmutableRuntimeProvider extends Object implements RuntimeProvider
RuntimeProvider.
Use the builder to create immutable instances:
new RuntimeProvider.Builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableRuntimeProvider.Builder
Builds instances of type
ImmutableRuntimeProvider. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableRuntimeProvider |
copyOf(RuntimeProvider instance)
Creates an immutable copy of a
RuntimeProvider value. |
boolean |
equals(Object another)
This instance is equal to all instances of
ImmutableRuntimeProvider that have equal attribute values. |
Optional<QuarkusRuntimeProvider> |
getQuarkus() |
int |
hashCode()
Computes a hash code from attributes:
quarkus. |
String |
toString()
Prints the immutable value
RuntimeProvider with attribute values. |
ImmutableRuntimeProvider |
withQuarkus(Optional<? extends QuarkusRuntimeProvider> optional)
Copy the current immutable object by setting an optional value for the
quarkus attribute. |
ImmutableRuntimeProvider |
withQuarkus(QuarkusRuntimeProvider value)
Copy the current immutable object by setting a present value for the optional
quarkus attribute. |
public Optional<QuarkusRuntimeProvider> getQuarkus()
getQuarkus in interface RuntimeProviderquarkus attributepublic final ImmutableRuntimeProvider withQuarkus(QuarkusRuntimeProvider value)
quarkus attribute.value - The value for quarkusthis objectpublic final ImmutableRuntimeProvider withQuarkus(Optional<? extends QuarkusRuntimeProvider> optional)
quarkus attribute.
A shallow reference equality check is used on unboxed optional value to prevent copying of the same value by returning this.optional - A value for quarkusthis objectpublic boolean equals(Object another)
ImmutableRuntimeProvider that have equal attribute values.public int hashCode()
quarkus.public String toString()
RuntimeProvider with attribute values.public static ImmutableRuntimeProvider copyOf(RuntimeProvider instance)
RuntimeProvider value.
Uses accessors to get values to initialize the new immutable instance.
If an instance is already immutable, it is returned as is.instance - The instance to copyCopyright © 2019 The Apache Software Foundation. All rights reserved.