Class Validator

    • Constructor Detail

      • Validator

        public Validator​(String name,
                         Class type)
        Constructs new Validator object.
        Parameters:
        name - Name of an entry that is used in case of validation errors. If the name is null "" is used instead.
        type -
    • Method Detail

      • getName

        public String getName()
        Returns the name of the entry.