Class RepoIdConverter

  • All Implemented Interfaces:
    Serializable, org.eclipse.microprofile.config.spi.Converter<String>

    public class RepoIdConverter
    extends Object
    implements org.eclipse.microprofile.config.spi.Converter<String>
    Functionality equivalent to TrimmedStringConverter in Quarkus 2.6.x, but the behavior of that class has changed in Quarkus 2.7.
    See Also:
    Serialized Form
    • Constructor Detail

      • RepoIdConverter

        public RepoIdConverter()
    • Method Detail

      • convert

        public String convert​(String s)
        Specified by:
        convert in interface org.eclipse.microprofile.config.spi.Converter<String>