![JAR search and dependency download from the Maven repository](/logo.png)
de.tsl2.nano.bean.IMapable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tsl2.nano.descriptor Show documentation
Show all versions of tsl2.nano.descriptor Show documentation
TSL2 Framework Descriptor (currency-handling, generic formatter, descriptors for beans, collections, actions and values)
The newest version!
/**
*
*/
package de.tsl2.nano.bean;
import java.util.Map;
/**
* UNUSED YET!
* lets map an object to a simple key/value map
* @author Tom
*/
public interface IMapable {
Map toValueMap();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy