Class RegistryDescriptorConfigImpl

java.lang.Object
io.quarkus.registry.config.RegistryDescriptorConfigImpl
All Implemented Interfaces:
RegistryDescriptorConfig

public class RegistryDescriptorConfigImpl extends Object implements RegistryDescriptorConfig
Asymmetric data manipulation: Deserialization always uses the builder; Serialization always uses the Impl.
See Also:
  • Method Details

    • getArtifact

      public io.quarkus.maven.dependency.ArtifactCoords getArtifact()
      Description copied from interface: RegistryDescriptorConfig
      Coordinates of the registry descriptor artifact in the registry.
      Specified by:
      getArtifact in interface RegistryDescriptorConfig
      Returns:
      coordinates of the registry descriptor artifact in the registry
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object