com.contentgrid.thunx.predicates.model.ThunkExpressionVisitor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of thunx-model Show documentation
Show all versions of thunx-model Show documentation
Set of (vendor-neutral) data structures to model authorization policy expressions
package com.contentgrid.thunx.predicates.model;
public interface ThunkExpressionVisitor {
T visit(Scalar> scalar, C context);
T visit(FunctionExpression> functionExpression, C context);
T visit(SymbolicReference symbolicReference, C context);
T visit(Variable variable, C context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy