Class AbstractAutomaticBean.ScopeConverter

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

    private static final class AbstractAutomaticBean.ScopeConverter
    extends java.lang.Object
    implements org.apache.commons.beanutils.Converter
    A converter that converts strings to scope.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ScopeConverter()  
    • 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
    • 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