com.sap.cds.JSONizable Maven / Gradle / Ivy
/*******************************************************************
* © 2019 SAP SE or an SAP affiliate company. All rights reserved. *
*******************************************************************/
package com.sap.cds;
public interface JSONizable {
String toJson();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy