Package org.apache.tinkerpop.gremlin.process.traversal.strategy.verification
package org.apache.tinkerpop.gremlin.process.traversal.strategy.verification
-
ClassDescriptionBase
TraversalStrategyclass that is configurable to throw warnings or exceptions.AbstractWarningVerificationStrategy.Builder<T extends AbstractWarningVerificationStrategy,B extends AbstractWarningVerificationStrategy.Builder> EdgeLabelVerificationStrategydoes not allow edge traversal steps to have no label specified.LambdaRestrictionStrategydoes not allow lambdas to be used in aTraversal.Detects steps marked withMutatingand throws anIllegalStateExceptionif one is found.This verification strategy detects property keys that should not be used by the traversal.