public abstract class BuiltinConverters extends Object
| Constructor and Description |
|---|
BuiltinConverters() |
| Modifier and Type | Method and Description |
|---|---|
static void |
register(ConverterFactory converterFactory)
Registers a common set of built-in converters which can handle many
common conversion situations.
Specifically, this includes: ConstructorConverter: converts from the source type to destination type if there is a constructor available on the destination type which takes the source as a single argument. |
public static void register(ConverterFactory converterFactory)
converterFactory - the converter factory on which to register the convertersCopyright © 2019 Glasnost. All rights reserved.