Cairngorm 3 Navigation library and custom Waypoints
Hi all!
How can I set my own class to process waypoints? I created the class which extends com.adobe.cairngorm.navigation.waypoint.AbstractWaypoint. And added the following metadata to my ViewStack: [Waypoint(type="path.to.my.Class")].
However when I try to navigate to this ViewStack's child I receive the following error:
Error: Unable to set mapped value for [Property type in class com.adobe.cairngorm.navigation.waypoint.decorator::WaypointDecorator]
What am I doing wrong? How can I use my own classes to process Waypoints and Landmarks?
