Converter (jackson-databind 2.6.0 API) (original) (raw)


public interface Converter<IN,OUT>
Helper interface for things that convert Objects of one type to another.
NOTE: implementors are strongly encouraged to extend StdConverter instead of directly implementing Converter, since that can help with default implementation of typically boiler-plate code.
Since:
2.1
See Also:
StdDelegatingSerializer