Package io.quarkus.registry.config
Class RegistryPlatformsConfigImpl
java.lang.Object
io.quarkus.registry.config.RegistryArtifactConfigImpl
io.quarkus.registry.config.RegistryPlatformsConfigImpl
- All Implemented Interfaces:
RegistryArtifactConfig,RegistryPlatformsConfig
public class RegistryPlatformsConfigImpl
extends RegistryArtifactConfigImpl
implements RegistryPlatformsConfig
Asymmetric data manipulation:
Deserialization always uses the builder;
Serialization always uses the Impl.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface io.quarkus.registry.config.RegistryArtifactConfig
RegistryArtifactConfig.MutableNested classes/interfaces inherited from interface io.quarkus.registry.config.RegistryPlatformsConfig
RegistryPlatformsConfig.Mutable -
Field Summary
FieldsFields inherited from class io.quarkus.registry.config.RegistryArtifactConfigImpl
artifact, disabled -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether the client should send requests to resolve the platform extension catalogs (platform descriptors) to the registry or resolve them from Maven Central directly instead.getMaven()Allows configuring a Maven repository to resolve platform extension catalogs from.inthashCode()mutable()toString()Methods inherited from class io.quarkus.registry.config.RegistryArtifactConfigImpl
getArtifact, isDisabledMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.quarkus.registry.config.RegistryArtifactConfig
getArtifact, isDisabled
-
Field Details
-
extensionCatalogsIncluded
-
mavenConfig
-
-
Method Details
-
getExtensionCatalogsIncluded
Description copied from interface:RegistryPlatformsConfigWhether the client should send requests to resolve the platform extension catalogs (platform descriptors) to the registry or resolve them from Maven Central directly instead. Returningnullfrom this method will be equivalent to returningfalse, in which case the client will not send requests to resolve platform extension catalogs to the registry.- Specified by:
getExtensionCatalogsIncludedin interfaceRegistryPlatformsConfig- Returns:
- true if the registry will be able to handle platform descriptor requests, otherwise - false
-
getMaven
Description copied from interface:RegistryPlatformsConfigAllows configuring a Maven repository to resolve platform extension catalogs from.- Specified by:
getMavenin interfaceRegistryPlatformsConfig- Returns:
- Maven repository configuration or null
-
equals
- Overrides:
equalsin classRegistryArtifactConfigImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classRegistryArtifactConfigImpl
-
toString
- Overrides:
toStringin classRegistryArtifactConfigImpl
-
mutable
- Specified by:
mutablein interfaceRegistryArtifactConfig- Specified by:
mutablein interfaceRegistryPlatformsConfig- Returns:
- a mutable copy of this config
-