com.abubusoft.kripton.map.MapVisitor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kripton-core Show documentation
Show all versions of kripton-core Show documentation
Kripton Persistence Library - core module
package com.abubusoft.kripton.map;
import java.util.List;
import java.util.Map;
public interface MapVisitor {
/**
* @param name
* @param map
*/
public void visit(String name, Map map);
/**
* @param name
* @param list
*/
public void visit(String name, List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy