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

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

package com.github.bingoohuang.utils.text.matcher.model;

import com.github.bingoohuang.utils.text.matcher.AnchorAware;
import lombok.Data;

@Data
public class SearchPattern implements AnchorAware, FiltersAware, TempAware {
    private String pattern;
    private String startAnchor;
    private String endAnchor;
    private int nameIndex;
    private int descIndex;
    private int valueIndex;
    private String temp;

    private String nameFilters;
    private String valueFilters;

    private String nameMatchers;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy