All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commons.box.bean.BeanMapAccess Maven / Gradle / Ivy

The newest version!
package commons.box.bean;

import java.util.Map;

/**
 * 

创建作者:xingxiuyi

*

版权所属:xingxiuyi

*/ public interface BeanMapAccess extends BeanAccess { /** * 额外构建 * * @param keys * @return */ public Map inst2(String[] keys); /** * 额外构建 * * @param linked * @return */ public Map inst2(boolean linked); /** * 额外构建 * * @return */ public Map inst2(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy