This repository has been archived on 2021-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
geoportal-common/src/main/java/org/gcube/application/geoportal/common/model/profile/IndexDefinition.java

16 lines
338 B
Java

package org.gcube.application.geoportal.common.model.profile;
import javax.json.JsonObject;
import org.gcube.application.geoportal.common.model.BasicJSONObject;
public class IndexDefinition extends BasicJSONObject {
public IndexDefinition(JsonObject theObject) {
super(theObject);
// TODO Auto-generated constructor stub
}
}