Class ArtifactCoordsCollectionSorter

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.util.Converter<Collection<io.quarkus.maven.dependency.ArtifactCoords>,​List<String>>

    public class ArtifactCoordsCollectionSorter
    extends com.fasterxml.jackson.databind.util.StdConverter<Collection<io.quarkus.maven.dependency.ArtifactCoords>,​List<String>>
    • Constructor Detail

      • ArtifactCoordsCollectionSorter

        public ArtifactCoordsCollectionSorter()
    • Method Detail

      • convert

        public List<String> convert​(Collection<io.quarkus.maven.dependency.ArtifactCoords> value)
        Specified by:
        convert in interface com.fasterxml.jackson.databind.util.Converter<Collection<io.quarkus.maven.dependency.ArtifactCoords>,​List<String>>
        Specified by:
        convert in class com.fasterxml.jackson.databind.util.StdConverter<Collection<io.quarkus.maven.dependency.ArtifactCoords>,​List<String>>