
org.swiftboot.data.model.Jsonable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swiftboot-data Show documentation
Show all versions of swiftboot-data Show documentation
Data access component based on Spring-Data-JPA
package org.swiftboot.data.model;
/**
*
*/
public interface Jsonable {
/**
* 转换为 JSON 字符串
* @return
*/
String toJson();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy