All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.edgar615.util.spring.validate.ValidateSpec Maven / Gradle / Ivy

There is a newer version: 0.2.11
Show newest version
package com.github.edgar615.util.spring.validate;

import java.util.Map;

/**
 * 校验规则定义.
 *
 * @author Edgar
 * @create 2018-09-10 17:49
 **/
public class ValidateSpec {

  private Map fields;

  public Map getFields() {
    return fields;
  }

  public void setFields(Map fields) {
    this.fields = fields;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy