public interface ConverterFactory
Converter
.Modifier and Type | Field and Description |
---|---|
static Hints.Key |
SAFE_CONVERSION
Hint which specifies if only safe conversions should be atttemped by converter
implementations.
|
Modifier and Type | Method and Description |
---|---|
Converter |
createConverter(Class<?> source,
Class<?> target,
Hints hints)
Creates a
Converter instance for converting one type of object to another. |
static final Hints.Key SAFE_CONVERSION
Converter createConverter(Class<?> source, Class<?> target, Hints hints)
Converter
instance for converting one type of object to another.source
- The type to convert from.target
- The type to convert to.hints
- Hints used to be used while creating a converter.null
if one could not be found.Copyright © 1996–2019 Geotools. All rights reserved.