Class AutomaticBean.RelaxedStringArrayConverter

java.lang.Object
com.puppycrawl.tools.checkstyle.api.AutomaticBean.RelaxedStringArrayConverter
All Implemented Interfaces:
org.apache.commons.beanutils.Converter
Enclosing class:
AutomaticBean

private static class AutomaticBean.RelaxedStringArrayConverter extends Object implements org.apache.commons.beanutils.Converter
A converter that does not care whether the array elements contain String characters like '*' or '_'. The normal ArrayConverter class has problems with this characters.
  • Constructor Details

    • RelaxedStringArrayConverter

      private RelaxedStringArrayConverter()
  • Method Details

    • convert

      public Object convert(Class type, Object value)
      Specified by:
      convert in interface org.apache.commons.beanutils.Converter