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

com.github.bingoohuang.utils.text.matcher.model.TextTripperEval Maven / Gradle / Ivy

The newest version!
package com.github.bingoohuang.utils.text.matcher.model;

import lombok.Data;

@Data
public class TextTripperEval implements FiltersAware {
    private String condition;
    private String expr;
    private String name;

    private String valueFilters;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy