Class NullableIntegerConverter

java.lang.Object
org.infinispan.cli.converters.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 Details

    • NullableIntegerConverter

      public NullableIntegerConverter()
  • Method Details

    • 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>