Class DefaultValueConverter.StringConverter

java.lang.Object
net.jazdw.rql.converter.DefaultValueConverter.StringConverter
All Implemented Interfaces:
ValueConverter<String>
Enclosing class:
DefaultValueConverter

public static class DefaultValueConverter.StringConverter extends Object implements ValueConverter<String>
String converter
  • Field Details

  • Constructor Details

    • StringConverter

      public StringConverter()
  • Method Details

    • convert

      public String convert(String textValue)
      Description copied from interface: ValueConverter
      Converts a string value to its Java representation
      Specified by:
      convert in interface ValueConverter<String>
      Parameters:
      textValue - percent-decoded value string (e.g. john, 2015-01-01 or 30)
      Returns:
      converted value