Class IsElementValidator

    • Constructor Detail

      • IsElementValidator

        public IsElementValidator()
    • Method Detail

      • validate

        public boolean validate​(Object object)
        Description copied from interface: Validator
        Validates the given object.
        Specified by:
        validate in interface Validator<Object>
        Parameters:
        object - the object to check if it is an Element
        Returns:
        true if the object is an instance of Element.