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 these characters.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
RelaxedStringArrayConverter()
-
-
-
Constructor Detail
-
RelaxedStringArrayConverter
private RelaxedStringArrayConverter()
-
-