Class FluentPropertyBeanIntrospectorWithIgnores

  • All Implemented Interfaces:
    org.apache.commons.beanutils.BeanIntrospector

    public class FluentPropertyBeanIntrospectorWithIgnores
    extends org.apache.commons.beanutils.FluentPropertyBeanIntrospector
    • Field Summary

      • Fields inherited from class org.apache.commons.beanutils.FluentPropertyBeanIntrospector

        DEFAULT_WRITE_METHOD_PREFIX
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void addIgnore​(java.lang.String className, java.lang.String propertyName)  
      void introspect​(org.apache.commons.beanutils.IntrospectionContext icontext)  
      static boolean isIgnored​(java.lang.String className, java.lang.String propertyName)  
      • Methods inherited from class org.apache.commons.beanutils.FluentPropertyBeanIntrospector

        getWriteMethodPrefix
      • Methods inherited from class java.lang.Object

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

      • FluentPropertyBeanIntrospectorWithIgnores

        public FluentPropertyBeanIntrospectorWithIgnores()
    • Method Detail

      • addIgnore

        public static void addIgnore​(java.lang.String className,
                                     java.lang.String propertyName)
      • isIgnored

        public static boolean isIgnored​(java.lang.String className,
                                        java.lang.String propertyName)
      • introspect

        public void introspect​(org.apache.commons.beanutils.IntrospectionContext icontext)
                        throws java.beans.IntrospectionException
        Specified by:
        introspect in interface org.apache.commons.beanutils.BeanIntrospector
        Overrides:
        introspect in class org.apache.commons.beanutils.FluentPropertyBeanIntrospector
        Throws:
        java.beans.IntrospectionException