Class GenericItemVisitorForTest

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ItemModel> visit​(ItemModel theSource, java.util.List<ItemModel> path, java.util.Map<java.lang.String,​java.lang.Object> ctx)
      Returns visited items for a given theSource item within given contest ctx
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GenericItemVisitorForTest

        public GenericItemVisitorForTest​(TypeService typeService,
                                         java.util.Collection<java.lang.String> qualifiers)
    • Method Detail

      • visit

        public java.util.List<ItemModel> visit​(ItemModel theSource,
                                               java.util.List<ItemModel> path,
                                               java.util.Map<java.lang.String,​java.lang.Object> ctx)
        Description copied from interface: ItemVisitor
        Returns visited items for a given theSource item within given contest ctx
        Specified by:
        visit in interface ItemVisitor<ItemModel>
        Parameters:
        theSource - given item
        path - path to given item
        ctx - visitor context
        Returns:
        relevant items for a given theSource item