Interface CompareViewConverter<SOURCE,TARGET>
-
- All Known Implementing Classes:
DefaultAttributeToAttributeConverter,DefaultEssentialsToSectionConverter,DefaultGridViewToHeaderConverter,DefaultTabToSectionConverter
public interface CompareViewConverter<SOURCE,TARGET>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TARGETconvert(SOURCE source)Converts source object to target type object
-