Class NullCheckAttributeContentValidator<T>

    • Constructor Detail

      • NullCheckAttributeContentValidator

        public NullCheckAttributeContentValidator()
    • Method Detail

      • isEmpty

        protected boolean isEmpty​(T value)
        Verifies if an object is empty. Possible value types are: String, Collection and Map.
        Parameters:
        value - if the value is empty
        Returns:
        true if the value is empty; false otherwise.