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

com.contentgrid.thunx.predicates.model.ThunkExpressionVisitor Maven / Gradle / Ivy

Go to download

Set of (vendor-neutral) data structures to model authorization policy expressions

There is a newer version: 0.11.0
Show newest version
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