All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.resthub.common.view.DataView Maven / Gradle / Ivy

Go to download

RESThub core include Embeded datasource, Generic Repository and Generic CRUD services

There is a newer version: 2.2.0
Show newest version
package org.resthub.common.view;

public interface DataView {
    boolean hasView();
    Class getView();
    Object getData();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy