private static class AutomaticBean.RelaxedAccessModifierArrayConverter extends java.lang.Object implements org.apache.commons.beanutils.Converter
AccessModifierOption.
This implementation does not care whether the array elements contain characters like '_'.
The normal ArrayConverter class has problems with this character.| Modifier and Type | Field and Description |
|---|---|
private static AccessModifierOption[] |
EMPTY_MODIFIER_ARRAY
Constant for optimization.
|
| Modifier | Constructor and Description |
|---|---|
private |
RelaxedAccessModifierArrayConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
convert(java.lang.Class type,
java.lang.Object value) |
private static final AccessModifierOption[] EMPTY_MODIFIER_ARRAY
private RelaxedAccessModifierArrayConverter()
public java.lang.Object convert(java.lang.Class type, java.lang.Object value)
convert in interface org.apache.commons.beanutils.ConverterCopyright © 2001-2022. All Rights Reserved.