Converter.None| Constructor and Description | 
|---|
| StdConverter() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 can not 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 can not 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>Copyright © 2012-2013 FasterXML. All Rights Reserved.