Class StringConverter

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

    public class StringConverter
    extends Object
    implements org.eclipse.microprofile.config.spi.Converter<String>
    Author:
    steve
    See Also:
    Serialized Form
    • Constructor Detail

      • StringConverter

        public StringConverter()
    • Method Detail

      • convert

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