Class ShortConverter

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

    @Priority(1)
    public class ShortConverter
    extends Object
    implements org.eclipse.microprofile.config.spi.Converter<Short>
    See Also:
    Serialized Form
    • Constructor Detail

      • ShortConverter

        public ShortConverter()
    • Method Detail

      • convert

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