Class ParameterFactory.BooleanConverter

java.lang.Object
com.google.apphosting.runtime.ParameterFactory.BooleanConverter
All Implemented Interfaces:
com.beust.jcommander.IStringConverter<Boolean>
Enclosing class:
ParameterFactory

public static class ParameterFactory.BooleanConverter extends Object implements com.beust.jcommander.IStringConverter<Boolean>
IStringConverter that converts from string to Boolean.
  • Constructor Details

    • BooleanConverter

      public BooleanConverter()
  • Method Details

    • convert

      public Boolean convert(String value)
      Specified by:
      convert in interface com.beust.jcommander.IStringConverter<Boolean>