
br.com.anteros.spring.web.converter.GroupExpressionMixin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Anteros-Spring-Web Show documentation
Show all versions of Anteros-Spring-Web Show documentation
Anteros Spring Web for Java.
The newest version!
package br.com.anteros.spring.web.converter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import br.com.anteros.persistence.session.query.filter.Operator;
public abstract class GroupExpressionMixin {
@JsonIgnore
public abstract Operator getOperator();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy