| Interface | Description |
|---|---|
| ValueFunction<F,T> |
Can be used to provide optional user converters.
|
| Class | Description |
|---|---|
| ValueConversionHelper |
This reflection utility class predicts (and converts) which types a specified value can be converted into.
|
| ValueFunction.ValueFunctionImpl<F,T> |
Helper class to quickly define a
ValueFunction from a Function. |
| Exception | Description |
|---|---|
| IncompatibleTypeException |
This exception can be thrown in any of the conversion methods of
ValueConversionHelper, to indicate a value could not be converted into the
target datatype. |
Copyright © 2011–2024. All rights reserved.