| Package | Description |
|---|---|
| org.opencypher.tools |
The tools package contains utilities that are used throughout the library.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Option.dynamicOptions(Class<T> optionsType,
Function<Method,Object> lookup,
Option<? super T>... options)
Create a dynamic implementation of the supplied options interface using the specified options to define
values.
|
static <T> T |
Option.options(Class<T> optionsType,
Option<? super T>... options)
Create a dynamic implementation of the supplied options interface using the specified options to define
values.
|
Copyright © 2019. All rights reserved.