
org.unlaxer.tinyexpression.parser.StringEndsWithMethodParser Maven / Gradle / Ivy
package org.unlaxer.tinyexpression.parser;
public class StringEndsWithMethodParser extends StringExpressionMethodParser{
private static final long serialVersionUID = -3805879844440530633L;
public StringEndsWithMethodParser() {
super("endsWith");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy