Class BeanUtils

    • Constructor Detail

      • BeanUtils

        public BeanUtils()
    • Method Detail

      • isNull

        public static boolean isNull​(Object bean,
                                     PropertyDescriptor pd)
        resolves whether the bean is null
        Parameters:
        bean - Object; A bean instance.
        pd - PropertyDescriptor; A PropertyDescriptor for the property to be examined.
        Returns:
        True, if the value of the property described by 'pd' for the instance 'bean' is null indeed. Returns false otherwise.