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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRegistryPlatformsConfigImpl.BuilderBuilder.-
Nested classes/interfaces inherited from interface io.quarkus.registry.config.RegistryArtifactConfig
RegistryArtifactConfig.Mutable
-
Nested classes/interfaces inherited from interface io.quarkus.registry.config.RegistryPlatformsConfig
RegistryPlatformsConfig.Mutable
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanextensionCatalogsIncluded-
Fields inherited from class io.quarkus.registry.config.RegistryArtifactConfigImpl
artifact, disabled
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetExtensionCatalogsIncluded()Whether the client should send requests to resolve the platform extension catalogs (platform descriptors) to the registry or resolve them from Maven Central directly instead.inthashCode()RegistryPlatformsConfig.Mutablemutable()StringtoString()-
Methods inherited from class io.quarkus.registry.config.RegistryArtifactConfigImpl
getArtifact, isDisabled
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.quarkus.registry.config.RegistryArtifactConfig
getArtifact, isDisabled
-
-
-
-
Field Detail
-
extensionCatalogsIncluded
protected final Boolean extensionCatalogsIncluded
-
-
Method Detail
-
getExtensionCatalogsIncluded
public Boolean 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
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classRegistryArtifactConfigImpl
-
hashCode
public int hashCode()
- Overrides:
hashCodein classRegistryArtifactConfigImpl
-
toString
public String toString()
- Overrides:
toStringin classRegistryArtifactConfigImpl
-
mutable
public RegistryPlatformsConfig.Mutable mutable()
- Specified by:
mutablein interfaceRegistryArtifactConfig- Specified by:
mutablein interfaceRegistryPlatformsConfig- Returns:
- a mutable copy of this config
-
-