Class OptionsStrategy.Builder
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.OptionsStrategy.Builder
-
- Enclosing class:
- OptionsStrategy
public static class OptionsStrategy.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OptionsStrategycreate()OptionsStrategy.Builderwith(String key)Adds an key to the configuration with the value oftrue.OptionsStrategy.Builderwith(String key, Object value)Adds an option to the configuration.
-
-
-
Method Detail
-
with
public OptionsStrategy.Builder with(String key)
Adds an key to the configuration with the value oftrue.
-
with
public OptionsStrategy.Builder with(String key, Object value)
Adds an option to the configuration.
-
create
public OptionsStrategy create()
-
-