run.halo.app.extension.router.selector.SelectorCriteria Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api Show documentation
Show all versions of api Show documentation
API of halo project, connecting by other projects.
The newest version!
package run.halo.app.extension.router.selector;
import java.util.Set;
public record SelectorCriteria(String key, Operator operator, Set values) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy