Interface Converter<S,D>

Type Parameters:
S - source type
D - destination type
All Known Subinterfaces:
ConditionalConverter<S,D>
All Known Implementing Classes:
AbstractConverter, StrongTypeConditionalConverter

public interface Converter<S,D>
Converts instances of source type S to instances of destination type D.