Package io.deephaven.server.table.validation
package io.deephaven.server.table.validation
-
ClassDescriptionAn invocation validator that implements the rules documented in the
UserInvocationPermittedannotation.A MethodInvocationValidator that caches all results of an underlying MethodInvocationValidator.Interface for implementations ofColumnExpressionValidatorto evaluate an individual method or constructor.An invocation validator that has a hardcoded list of classes and methods to permit.Validates a column expression coming from gRPC, to ensure that the included code will use the limited supported API, and no use of `new`.Validates a column expression coming from gRPC, to ensure that the included code will use the customer defined list of allowed methods.