Package com.thecoderscorner.menu.domain.util
-
Interface Summary Interface Description MenuItemVisitor An implementation of the visitor pattern for TcMenu. -
Class Summary Class Description AbstractMenuItemVisitor<T> Abstract version of the interface MenuItemVisitor, it implements all the methods by defaulting the behaviour to the anyItem() method.MenuItemHelper A helper class for dealing with MenuItem objects.