Class RequiredValidator

  • All Implemented Interfaces:
    com.xebialabs.deployit.plugin.api.validation.Validator<java.lang.Object>

    public final class RequiredValidator
    extends java.lang.Object
    implements com.xebialabs.deployit.plugin.api.validation.Validator<java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      void validate​(java.lang.Object value, com.xebialabs.deployit.plugin.api.validation.ValidationContext context)  
      • Methods inherited from class java.lang.Object

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

      • RequiredValidator

        public RequiredValidator()
    • Method Detail

      • validate

        public void validate​(java.lang.Object value,
                             com.xebialabs.deployit.plugin.api.validation.ValidationContext context)
        Specified by:
        validate in interface com.xebialabs.deployit.plugin.api.validation.Validator<java.lang.Object>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object