Class NullableIntegerConverter

  • All Implemented Interfaces:
    org.aesh.command.converter.Converter<Integer,​org.aesh.command.converter.ConverterInvocation>

    public class NullableIntegerConverter
    extends Object
    implements org.aesh.command.converter.Converter<Integer,​org.aesh.command.converter.ConverterInvocation>
    Since:
    11.0
    Author:
    Tristan Tarrant <tristan@infinispan.org>
    • Constructor Detail

      • NullableIntegerConverter

        public NullableIntegerConverter()
    • Method Detail

      • convert

        public Integer convert​(org.aesh.command.converter.ConverterInvocation invocation)
        Specified by:
        convert in interface org.aesh.command.converter.Converter<Integer,​org.aesh.command.converter.ConverterInvocation>