Class CharsetConverter

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

    @Priority(200)
    public class CharsetConverter
    extends Object
    implements org.eclipse.microprofile.config.spi.Converter<Charset>, Serializable
    A converter which converts a Charset string into an instance of Charset.
    See Also:
    Serialized Form
    • Constructor Detail

      • CharsetConverter

        public CharsetConverter()
    • Method Detail

      • convert

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