Converter.None| Constructor and Description | 
|---|
StdConverter()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected JavaType | 
_findConverterType(TypeFactory tf)  | 
abstract OUT | 
convert(IN value)
Main conversion method. 
 | 
JavaType | 
getInputType(TypeFactory typeFactory)
Method that can be used to find out actual input (source) type; this
 usually can be determined from type parameters, but may need
 to be implemented differently from programmatically defined
 converters (which cannot change static type parameter bindings). 
 | 
JavaType | 
getOutputType(TypeFactory typeFactory)
Method that can be used to find out actual output (target) type; this
 usually can be determined from type parameters, but may need
 to be implemented differently from programmatically defined
 converters (which cannot change static type parameter bindings). 
 | 
public abstract OUT convert(IN value)
Converterpublic JavaType getInputType(TypeFactory typeFactory)
ConvertergetInputType in interface Converter<IN,OUT>public JavaType getOutputType(TypeFactory typeFactory)
ConvertergetOutputType in interface Converter<IN,OUT>protected JavaType _findConverterType(TypeFactory tf)
Copyright © 2008–2018 FasterXML. All rights reserved.