| Constructor and Description |
|---|
LookupBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Lookup<FROM,TO> |
build()
Build a lookup table.
|
Lookups.LookupBuilder<FROM,TO> |
map(FROM fromValue,
TO toValue)
Map a value to another.
|
Lookups.LookupBuilder<FROM,TO> |
preventNullMapping()
Prevent the default mapping of null to null.
|
Copyright © 2015. All rights reserved.