io.starter.ignite.model.DataModelObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stackgen Show documentation
Show all versions of stackgen Show documentation
Starter StackGen CORE Service Generator
package io.starter.ignite.model;
/**
* Ensure the most basic operation of all Data objects
*
* @author john
*
*/
public interface DataModelObject {
public DataModelObject getDelegate();
public String toJSON();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy