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

cloud.agileframework.security.properties.WeightMap Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package cloud.agileframework.security.properties;

import lombok.Data;

import java.io.Serializable;

/**
 * @author 佟盟
 * 日期 2020/8/00028 11:07
 * 描述 正则权重映射
 * @version 1.0
 * @since 1.0
 */
@Data
public class WeightMap implements Serializable {
    private String regex;
    private double weight;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy