| Package | Description |
|---|---|
| org.dnwiebe.orienteer | |
| org.dnwiebe.orienteer.converters |
| 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().
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanConverter
Created by dnwiebe on 2/17/17.
|
class |
DoubleConverter
Created by dnwiebe on 2/17/17.
|
class |
IntegerConverter
Created by dnwiebe on 2/17/17.
|
class |
LongConverter
Created by dnwiebe on 2/17/17.
|
class |
StringConverter
Created by dnwiebe on 2/17/17.
|
| Modifier and Type | Method and Description |
|---|---|
<T,L extends Lookup> |
Converters.find(Class<T> targetType,
Class<L> lookupType) |
| Modifier and Type | Method and Description |
|---|---|
<T,L extends Lookup> |
Converters.add(Class<T> targetType,
Class<L> lookupType,
Converter<T> converter) |
Copyright © 2017. All rights reserved.