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)
/**
*
*/
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();
}