@Override public ValidatorResult validate(Node node, Object type) { ValidatorResult result = validator.validate(node, type); return ValidatorUtilities.removeEmptyMessages(result); }
@Override public ValidatorResult validate(SslTermination ssl, Object type) { ValidatorResult result = validator.validate(ssl, type); return ValidatorUtilities.removeEmptyMessages(result); }