Class IntegerConverter

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

    @Priority(1)
    public class IntegerConverter
    extends Object
    implements org.eclipse.microprofile.config.spi.Converter<Integer>
    Author:
    Steve Millidge (Payara Foundation)
    See Also:
    Serialized Form
    • Constructor Detail

      • IntegerConverter

        public IntegerConverter()
    • Method Detail

      • convert

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