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