| Package | Description |
|---|---|
| org.dnwiebe.orienteer |
| Modifier and Type | Method and Description |
|---|---|
Orienteer |
Orienteer.addConverter(Converter converter)
Add a type Converter for general use to enable a new return type to be mentioned in the configuration interface
passed to Orienteer.make().
|
<T extends Lookup> |
Orienteer.addConverter(Converter converter,
Class<T> lookupType)
Add a type Converter for use only on values returned from a particular kind of Lookup, to enable a new return type
to be mentioned in the configuration interface passed to Orienteer.make().
|
Orienteer |
Orienteer.inhibitInitialCheck()
Call this if for some reason you don't want make() to run its standard initial check to make sure all the
configuration values are readable.
|
Copyright © 2017. All rights reserved.