net.minidev.json.actions.traverse.TreeTraverseAction Maven / Gradle / Ivy
package net.minidev.json.actions.traverse;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
/**
* An interface for a processing action on the nodes of a {@link M} tree
* while traversing it. The order in which the callbacks are listed
* below is the order in which they are called by the {@link TreeTraverser}
*
* See package-info for more details
*
* @author [email protected]
*/
public interface TreeTraverseAction, L extends List