Class AutomaticBean.RelaxedAccessModifierArrayConverter

  • All Implemented Interfaces:
    org.apache.commons.beanutils.Converter
    Enclosing class:
    AutomaticBean

    private static class AutomaticBean.RelaxedAccessModifierArrayConverter
    extends java.lang.Object
    implements org.apache.commons.beanutils.Converter
    A converter that converts strings to AccessModifier. This implementation does not care whether the array elements contain characters like '_'. The normal ArrayConverter class has problems with this character.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object convert​(java.lang.Class type, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RelaxedAccessModifierArrayConverter

        private RelaxedAccessModifierArrayConverter()
    • Method Detail

      • convert

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