Interface CmsSectionMapper
-
- All Implemented Interfaces:
public interface CmsSectionMapper
-
-
Method Summary
Modifier and Type Method Description abstract CmsSection
fromRest(Section section)
abstract Section
toRest(CmsSection section)
-
-
Method Detail
-
fromRest
abstract CmsSection fromRest(Section section)
-
toRest
abstract Section toRest(CmsSection section)
-
-
-
-