Class AbstractWarningVerificationStrategy.Builder<T extends AbstractWarningVerificationStrategy,B extends AbstractWarningVerificationStrategy.Builder>
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.process.traversal.strategy.verification.AbstractWarningVerificationStrategy.Builder<T,B>
-
- Direct Known Subclasses:
EdgeLabelVerificationStrategy.Builder
,ReservedKeysVerificationStrategy.Builder
- Enclosing class:
- AbstractWarningVerificationStrategy
public abstract static class AbstractWarningVerificationStrategy.Builder<T extends AbstractWarningVerificationStrategy,B extends AbstractWarningVerificationStrategy.Builder> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
logWarning
protected boolean
throwException
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract T
create()
B
logWarning()
B
logWarning(boolean logWarning)
B
throwException()
B
throwException(boolean throwException)
-