Class Converter<S,T>

java.lang.Object
org.openehealth.ipf.commons.core.modules.api.Converter<S,T>
Type Parameters:
S - output type of parse(), input type translate()
T - output type of translate() input type of render()
All Implemented Interfaces:
Parser<S>, Renderer<T>, Transmogrifier<S,T>

public abstract class Converter<S,T> extends Object implements Parser<S>, Renderer<T>, Transmogrifier<S,T>
Abstract class that serializes parsing, translating and rendering steps.
Author:
Christian Ohr