Interface MarkupLanguageSupport<T>
-
- All Known Implementing Classes:
JdomLanguageSupport
,JsonLanguageSupport
public interface MarkupLanguageSupport<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Item
translateToItem(T languageObject)
<U> U
translateToLanguageObject(Item item)
-