Package com.puppycrawl.tools.checkstyle
Class AbstractAutomaticBean.RelaxedStringArrayConverter
java.lang.Object
com.puppycrawl.tools.checkstyle.AbstractAutomaticBean.RelaxedStringArrayConverter
- All Implemented Interfaces:
 org.apache.commons.beanutils.Converter
- Enclosing class:
 - AbstractAutomaticBean
 
private static final class AbstractAutomaticBean.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 - 
Method Summary
 
- 
Constructor Details
- 
RelaxedStringArrayConverter
private RelaxedStringArrayConverter() 
 - 
 - 
Method Details
- 
convert
- Specified by:
 convertin interfaceorg.apache.commons.beanutils.Converter
 
 -