- Type Parameters:
T
- type parameter
- All Implemented Interfaces:
- Check<T>
- Direct Known Subclasses:
- OperationCheck, UserCheck
public abstract class InlineCheck<T>
extends Object
implements Check<T>
Intermediate check representing the hierarchical structure of checks.
For instance, Read/Delete permissions can take any type of InlineCheck
while Create/Update permissions can be of any Check type.