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

com.rbmhtechnology.vind.parser.queryparser.BooleanLiteral Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package com.rbmhtechnology.vind.parser.queryparser;

import com.rbmhtechnology.vind.api.query.filter.Filter;
import com.rbmhtechnology.vind.model.FieldDescriptor;

public abstract class BooleanLiteral implements Literal{
    public abstract Filter toVindFilter(FieldDescriptor descriptor);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy